.alert-window{
    width: 472px;
    position: relative;
}
.alert-title{
    position: relative;
    height: 42px;
    border: 0;
    background: #22b17c;
    color: #fff;
    font: 16px/42px "Microsoft Yahei";
    padding-left: 10px;
}
.alert-close{
    top: 11px;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url("../../images/common/close.png");
    background-size: 20px;
}
.alert-body{
    padding-bottom: 26px;
    padding-top: 26px;
}
.alert-body p{
    text-align: center;
    color: #000;
    font: 16px/30px "微软雅黑";
}
.alert-btns{
    padding: 27px 0 ;
    background: #f2f2f2;
    text-align: center;
}
.alert-btn{
    display: inline-block;
    width: 116px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #22b17c;
    border: 1px solid #22b17c;
    color: #fff;
    font: 14px/36px "微软雅黑";
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.alert-btn2{
    background: white;
    color: #22b17c;
}
.alert-btn-right{
    margin-left: 40px;
}
.buy-info-block {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    text-align: center;
}
.check-boostore {
    color: #00c0ff;
    text-decoration: underline;
}