.receiveAlert {
    width: 720px;
    height: 551px;
    background: url(../images/receiveBj.png) no-repeat center;
    position: relative;
}

.receiveAlert .receiveClose {
    position: absolute;
    right: 22px;
    top: 16px;
    cursor: pointer;
}

.receiveAlert .receiveMain {
    padding-top: 354px;
}

.receiveAlert .receiveMain .val {
    width: 321px;
    border: 1px solid #df9412;
    border-radius: 4px;
    padding-left: 12px;
    background: #fff;
    margin: 0 auto;
}

.receiveAlert .receiveMain .val input {
    outline: none;
    border: none;
    background: none;
    width: 100%;
    height: 43px;
}

.receiveAlert .go1717 {
    width: 336px;
    display: block;
    text-align: center;
    color: #e8cb90;
    margin: 17px auto;
    text-decoration: none;
    font-size: 12px;
}

.receiveAlert .go1717:hover {
    text-decoration: underline;
}

.receiveAlert .submitBtn {
    width: 229px;
    height: 42px;
    margin: 0 auto;
}