
/* ·¢²¼³É¹¦µ¯´° */
.success-popup {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
}

.popup-box {
    width: 80%;
    height: 520px;
    background: #FFFFFF;
    border-radius: 3px;
    position: absolute;
    left: 10%; 
    top: 10%;  
	padding:30px;
	text-align:center;
	overflow:scroll;

}

 


.popup-box .close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 13px;
    right: 13px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 0.5;
}

.popup-box img {
    margin-top: 64px;
    display: block;
    width: 131px;
    height: 82px;
    margin: 64px auto 18px;
}

.popup-box h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-bottom: 18px;
}

.popup-box p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B2B2B2;
    line-height: 36px;

}