.mainBorder {
    width: 1200px;
    margin: 0 auto;
    min-width: 980px;
    min-height: 500px;
    background-color: white;
    border-top-color: #E2E3E3;
    border-left-color: #E2E3E3;
    border-right-color: #E2E3E3;
    border-bottom-color: #E2E3E3;
    margin-top: 0px;
}

.mainBorder .title {
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
    border-bottom: 1px #eee solid;
    padding-bottom: 20px;
}

.mainBorder .title span {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.mainBorder .contant {
    font-size: 14px;
    color: #666;
    padding: 20px 80px;
    line-height: 35px;
    min-height: 500px;
}

.tongyi {
    font-size: 14px;
}

.tongyi a {
    color: #0d51a3;
}

.imgcode {
    border: 1px solid #695ab3;
}
.textArea{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    color: #555;
}
.textArea:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.textArea::placeholder{
    color: #b2b0ad;
    /*font-style: italic;*/
}
.tips_success{
    color: green;
}
.tips_error{
    color: red;
}
.error_input {
    border-color: red;
    outline: 0;
    color: red;
}