.confirm-pop{
 position:fixed; top:15%; left:10%; width:80%; border-radius:5px; z-index:30; font-size:14px;  color: #fff;  
}
.confirm-tips h2{
  color: #fff;  
  font-size: 18px; 
  text-align: center; 
  margin:15px 0;
  width: 100%;
  float: left;
}
.confirm-tips em{
  color:#ebff10;
  font-style: normal;
}
.confirm-tips{
  width: 80%;
  margin:0 auto;
}
.confirm{
  background: url(../images/gprsdjb/pop-bg.png) no-repeat;
  width: 100%;
  height: 267px;
  background-size: 100% 100%;
  border-radius:5px;
  position: relative;
}
.confirm-close{
  background: url(../images/gprsdjb/pop-close.png) no-repeat;
  width: 26px;
  height: 26px;
  background-size: 100% 100%;
  position: absolute; 
  top:-40px;
  right: 0;
}
.confirm .shure-qx-btn{
  width: 100%;
  position:absolute;
  bottom:0;
}
.confirm .qx, .confirm .shure{

background:-webkit-linear-gradient(left, #ae39e4,#df08a8); background:-moz-linear-gradient(left, #ae39e4,#df08a8);
border-radius: 20px;
color: #fff;
}