@charset "utf-8";
.container {
    width: 100%;
    height: 100%;
    background-color: #ebeef0;
}

/*登陆框div样式*/
.content {
    margin: 0 auto;
    width: 960px;
    height: 500px;
    background-color: #FFFFFF;
}

td {
    color: #a3a3a3;
    width: 100px;
    text-align: right;
    height: 45px;
}

.leftTd {
    text-align: right;
}

.rightTd {
    padding-left: 10px;
    text-align: left;
}

.commonInput {
    width: 320px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #999;
    border: 1px solid #ccc;
}

.btnStyle {
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color: white;
    background-color: #008ed6;
    border: none;
}

.btnInactiveStyle {
    border: 1px solid #c2c2c2;
    background-color: #F9F9F9;
    color: #a3a3a3;
}

.validateCode {
    width: 150px;
}

.validateImg {
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
    margin-left: 5px;
}

.checkNameSuccess {
    background: url("../image/yes.png") no-repeat;
    color: #666666;
    padding-left: 18px;
    font-size: 12px;
}

.checkNameFail {
    background: url("../image/no.png") no-repeat;
    color: red;
    padding-left: 18px;
    font-size: 12px;
}

.tipInfo {
    font-size: 12px;
    color: #000000;
}

a.serviceLink {
    color: #008ed6;
}

a:hover.serviceLink {
    color: #008ed6;
}

a.skipIndex {
    color: #e67817;
}

a:hover.skipIndex {
    color: #e67817;
}

label.error {
    font-size: 12px;
}

#resultSuccessDiv {
    display: none;
}

#resultFailedDiv {
    display: none;
}

.resultInfoDiv {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 100px;
}

.resultSuccess {
    display: block;
    float: left;
    width: 68px;
    height: 64px;
    background-image: url("../image/resultTip.png");
}

.resultFailed {
    display: block;
    float: left;
    width: 68px;
    height: 64px;
    background: url("../image/resultTip.png") -65px 0px;
}

.resultInfo {
    padding-left: 100px;
    height: 64px;
    width: 500px;
    font-size: 45px;
    color: #666666;
}

.splitLine {
    margin: 0 auto;
    width: 750px;
    height: 50px;
    border-bottom: 1px dashed #b2b2b2;
}

.resultContent {
    margin-top: 50px;
    font-size: 32px;
    color: #666666;
}

.operateTip {
    padding-top: 10px;
    font-size: 24px;
    color: #666666;
}