.prompt,.prompt1{
	position: fixed;
    top: 36%;
    left: 10%;
    width: 82%;
    /*height: 25%;*/
    height: 7rem;
    /* border: 1px solid; */
    border-radius: .4rem;
    background: #FFFFFF;
    z-index: 1000;
    color: #777e86;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    display: none;
}

/*.promptFont{
	font-size: 12px;
}*/
.btn1{
	margin: 1.5rem auto;
    /* position: relative; */
    /* top: 51%; */
    /* left: 35%; */
    width: 30%;
    /* height: 16%; */
    padding: .15rem 0.1rem;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #67cb33;
    border-radius: .3rem;
    /* border-top: 0.1px solid; */
}    
.cover{
	position: fixed;
    top: 0%;
    height: 1000px;
    width: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 1000;
    display: none;
}	

.btn-box{
	margin-top: .5rem;
	
}

.btn-box div{
	margin: .5rem auto;
	width: 50%;
	text-align: center;
    font-size: 18px;
    color: #fff;
    background: #67cb33;
    border-radius: .3rem;
    padding: .15rem 0.1rem;
}
