body {
    min-height: 100%;
    min-width: 100%;
    background-color: #f5f6f8;
}

/*页尾*/
.footer-wraper {
    width: 100%;
    position: fixed;
    bottom: 0;
}

/*面板居中*/
.center-ex {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.panel {
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.page-header {
    border: 0;
    text-align: center;
}

.page-header span {
    font-size: 28px;
}

.input-lg {
    font-size: 14px;
}

.btn-lg {
    font-size: 14px;
}

/*富文本框*/
textarea.form-control {
    height: 240px;
    resize: none;
}

.Validform_right {
    color: #71b83d;
    padding-left: 20px;
    background: url(../../images/commons/right.png) no-repeat left center;
}

.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(../../images/commons/error.png) no-repeat left center;
}

.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    text-align:left;
    font-size: 12px;
}