.layer_popup {
    position: absolute;
    width: 451px;
    /*left: 50%;
    margin-left: -700px;*/
    right:0;
    margin-right:160px;
    top: 100px;
    z-index: 20;
}

.popup_btn {
    position: absolute;
    margin-left: 175px;
    margin-top: 410px;
    line-height: 2.2;
    width: 116px;
    height: 34px;
    font-size: 14px;
    text-align: center;
    background-color: #4155c2;
    border: 1px solid #263586;
    color: #fff;
}

.popup_btn:hover {
    color: #fff;
}

.popup_bottom {
    border: 1px solid #dcdde1;
    color: #656565;
}

.popup_bottom label {
    color: #656565;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 300;
}

.pop>a {
    font-size: 13px;
    color: #656565;
    font-weight: 300;
}

.pop input {
    vertical-align: -1px;
}