
.fd-modal-verification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.fd-modal-verification * {
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
}

.fd-modal-verification:after {
    display: inline-block;
    height: 100%;
    line-height: 100%;
    content: '';
    vertical-align: middle;
}

.fd-verification-con {
    width: 380px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    font-size: 14px;
}

.fd-modal-top {
    padding: 0 20px;
    background: #f5f5f5;
    line-height: 40px;
}

.fd-modal-close {
    float: right;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    background: url("../images/delete.png") no-repeat center center;
    cursor: pointer;
}

.fd-modal-close:hover {
    opacity: 0.8;
}

.fd-modal-content {
    position: relative;
    padding: 20px 30px 30px;
}

.fd-modal-content h4 {
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}

.fd-verification-form {
    position: relative;
    margin: 25px 0;
    padding-right: 125px;
}

.fd-verification-form input {
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #c8cccf;
    border-radius: 4px;
    color: #6a6f77;
    height: 43px;
}

.fd-verification-form input:focus {
    border-color: #5096f2;
}

.fd-verification-btn {
    position: absolute;
    width: 115px;
    text-align: center;
    top: 0;
    right: 0;
    border: 1px solid #c8cccf;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    outline: none;
}

.fd-verification-btn:hover {
    color: #5096f2;
    border-color: #5096f2;
}

.fd-verification-btn:disabled {
    color: #999;
    background: #f5f5f5;
}

.fd-verification-btn:disabled:hover {
    color: #999;
    border-color: #c8cccf;
    cursor: not-allowed;
    background: #f5f5f5;
}

.fd-verification-btn:focus {
    outline: none;
}

a.fd-verification_sure {
    margin-top: 30px;
    display: block;
    width: 100%;
    background: #438be9;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

a.fd-verification_sure:hover {
    background: #5096f2;
}

#verification {
    display: none;
}
#sendMsg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#sendMsg span {
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    background: rgba(0,180,42,0.08);
    color: #00b42a;
}

#sendMsg.warning span {
    background: rgba(255,128,44,0.08);
    color: #ff802c;
}
