/****alert*******************************/
.alertmask{
    display: block;
    position: absolute;
    top:-50px;
    left:-50px;
    width: 120%;
    height: 120%;
    background-color:rgba(180,180,180,0.2)
}
.alertTip {
    display: none;
    position: fixed;
    width: 360px;
    min-height: 120px;
    background: #fff;
    border-radius: 6px;
    border: 2px solid #d8d8d8;
    z-index: 70001;
    padding-top:0px;
}

.alertTip .alertContent {
    display: block;
    position: relative;
    margin-top:0px;
}

.alertTip .alertContent a.close::after{
    position: absolute;
    top: 2px;
    right: 3px;
    display: block;
    content: "+";
    clear: both;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 18px;
    color: #d9534f;
    padding: 5px;
    border-radius: 22px;
    transform: rotate(-45deg);
}

.alertTip .alertContent a.close:hover::after{
    color: red;
    background-color: #c8c8c8
}

.alertTip .alertContent .alertInner {
}

.alertTip .alertContent .alertInner h3 {
    display: block;
    font-weight: normal;
    color: #282828;
    background: #dfdfdf;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-top:0px;
    margin:0px;
}

.alertTip .alertContent .alertInner .info {
    padding: 30px;
}

.alertTip .alertContent .alertBns {
    text-align: center;
}

.alertTip .alertContent .alertBns a {
    display: inline-block;
    margin: 4px 10px;;
    background: #fa8d39;
    color: #fff;
    padding:6px;
    border-radius: 6px;
}

.countdown{}
.countdown .countdowner{
    margin-top:15px;
    text-align: center;
}
.countdown .countdowner .timer{
    display: inline-block;
    width:36px;
    height:36px;
    color: #ff9900;
    text-align: center;
    line-height: 36px;
    border-radius: 36px;
    border:2px solid #ffcc66
}
.alertTip .alertContent .alertInner .countdown .info{
    padding: 30px 30px;
    padding-top:15px;
}