#HBox {
    width: 580px;
    height: 485px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 4px;
    padding: 28px;
}
.pop-content {
    position: relative;
}
.pop-content .down-tip {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.pop-close-btn {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.pop-lis {
    text-align: left;
    position: relative;
}
.pop-msg {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin-top: 11px;
}
.pop-content .inner-down-tip {
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.down-form form {
    height: 100px;
}
.down-form .form-row {
    margin-top: 20px;
}
.down-form .form-row {
    width: 320px;
    margin: 0 auto;
}
.down-form input {
    width: 315px;
    background: #f2f2f2;
    height: 42px;
    padding: 0 14px;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    border: 1px solid #EAEAEA;
}
.down-form button {
    height: 42px;
    width: 120px;
    margin-top: 40px;
    margin-left: 90px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    background-color: #F08401;
    color: #fff;
    border-radius: 4px;
}
button {
    padding: 0;
    outline: none;
    border: 0;
}