

.popup_wnd{
    width: 480px; height: 540px; border-radius: 5px;
    text-align: center;overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}
.popup_wnd .picture{ width:255px; height: 165px; background: url("../statics/logo.jpg")no-repeat center; margin-top: 24px; margin-left:113px;}
.popup_wnd .day{ font-size:30px; color:#000000; font-weight: bold; line-height:30px; width: 100%; text-align: center; margin-top: 28px; }
.popup_wnd .day .day1{ color:#59ad32 }
.popup_wnd .number{ font-size:14px; color:#333333; line-height:14px; width: 100%;  margin-top:18px;}
.popup_wnd .number1{ font-size:20px; color:#e04b45; line-height:15px; width: 100%;margin-top:12px   }
.popup_wnd .line{ border: 1px solid #d9d9d9; margin:18px auto; width:390px;  }
.popup_wnd .explain{ font-size:12px; color:#333333; width: 100%; margin-top:16px  ;line-height: 12px;position: relative;}
.popup_wnd .explain .width{ margin-left:27px }
.popup_wnd .explain .point{height: 5px; width:5px; border-radius: 100%; background:#e04b45; display: inline-block; position: absolute; top:3px; left: 165px }
.popup_wnd .explain.one a{ color:#e04b45 }
.popup_wnd .explain.one{ margin-top: 8px; margin-left:10px }
.popup_wnd .explain .point.one{ left: 155px}
.popup_wnd .button a{ width: 249px; height: 50px; display: block; background:#59ad32; color:#ffffff; font-size:24px; line-height: 42px; border-radius: 28px; margin:28px auto; border: 3px solid #59ad32; transition-duration: 500ms  }
.popup_wnd .button a:hover{ background: #ffffff; color:#59ad32; }
.popup
{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(0,0,0,0.5);
    left: 0;
    top:0;
    z-index: 9999;
}
