.download_note{ 
    position: fixed;
    background: #fff;
    width: 70%;
    text-align: center;
    top: 25%;
    left: 0;
    right: 0;
    max-width: 300px;
    z-index: 99999;
    height: max-content;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    margin: auto;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
	
}
.download_text{padding: 20px 20px 0px;}
.download_text a{ font-size:18px;color:#000;    line-height: 1.3;}
.download_btn {    display: -webkit-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #D0D0D0;
    background-color: #F2F2F2;}
.close{  color: #40AFFE;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
    display: block;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
   
    cursor: pointer;
}


.popdown{ 
    position: fixed;
    background: #fff;
    width: 70%;
    text-align: center;
    top: 25%;
    left: 0;
    right: 0;
    max-width: 300px;
    z-index: 99999;
    height: max-content;
    font-weight: bold;
    color: #000000;
    margin: auto;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
	
}
 
.popdown-btn a {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 30px;
    display: inline-block;
    background: #f60;
    margin: 20px auto;
    color: #fff;
    border-radius: 20px;
}

.popdown-close {position: absolute;
    top: 0;
    right: 0;
    padding:5px 10px;
	background:#000;
	border-bottom-left-radius: 5px;
	}
.popdown-close  a{ color:#fff}	


@media screen and (max-device-width:800px){
    .popdown{ width:55% !important;}
	.download_text{padding: 20px 5px 0px;}
}