.overflow {
    overflow: hidden;
}

.formBox_in {
    width: 680px;
    margin: 10px auto 0px;
}

.formInput {
    width: 298px;
    height: 36px;
    float: left;
    margin: 9px 20px;
    background-color: #fbfff8;
    border: 1px solid #adb9c3;
    position: relative;
}

.formIcon {
    display: block;
    width: 40px;
    height: 24px;
    float: left;
    margin: 6px 0px;
    border-right: 1px dashed #bdbdbd;
}

.iconName {
    background: url("../images/sk/icon_1.png") center center no-repeat;
}

.iconPhone {
    background: url("../images/sk/icon_2.png") center center no-repeat;
}

.iconPassword {
    background: url("../images/sk/icon_4.png") center center no-repeat;
}

.iconClass {
    background: url("../images/sk/icon_3.png") center center no-repeat;
}

.iconIdentity {
    background: url("../images/sk/icon_5.png") center center no-repeat;
}

.iconSex {
    background: url("../images/sk/icon_6.png") center center no-repeat;
}

.inputBox {
    margin-left: 52px;
    position: relative;
    background: #fbfff8;
}

.inputBox input {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    font-size: 14px;
}

.inputBox input.correct {
    background: url("../images/sk/correct.png") 220px center no-repeat;
}

.inputBox input.error {
    background: url("../images/sk/error.png") 220px center no-repeat;
}

::-webkit-input-placeholder {
    color: #696b69;
    font-size: 14px;
}

.inputSex_box {
    width: 40px;
    height: 36px;
    line-height: 36px;
    float: left;
    margin: 0px 15px 0px 0px;
}

.inputBox input.inputSex {
    /*width: 14px;*/
    /*height: 14px;*/
    /*margin: 11px 5px;*/
    /*float: left;*/
    display: none;
}

.inputLabel {
    display: block;
    width: 20px;
    height: 36px;
    margin: 0;
    padding-left: 20px;
    text-align: center;
    cursor: pointer;
}

.checked {
    background: url("../images/sk/checked.png") left center no-repeat;
}

.unchecked {
    background: url("../images/sk/unchecked.png") left center no-repeat;
}

.textBox_tri {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #c4c4c4;
    position: absolute;
    right: 150px;
    top: 30px;
}

.textBox_innerTri {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: -5px;
    top: 2px;
    z-index: 3;
}

.textBox_area {
    width: 237px;
    clear: both;
    overflow: hidden;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    color: #ff0000;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    right: -115.5px;
    top: 10px;
    z-index: 2;
    word-break: break-all;
}

.hide {
    display: none;
}

.mechanism.position {
    position: relative;
}

.closeBtn {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("../images/sk/close.png") center center no-repeat;
    top: 15.5px;
    right: 14px;
    cursor: pointer;
}

/*2017//11/22登录页修改*/
.justify {
    margin-top: 8px;
    text-align: center;
}

.justifyBtn {
    color: #d4e7ff;
    font-size: 15px;
}

.justifyBtn:hover {
    text-decoration: underline;
}

.filter {
    position: absolute;
    top: 4px;
    left: 13px;
    right: 10px;
    bottom: 12px;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    z-index: 10;
    display: none;
}

.loginPop {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -132px;
    margin-left: -214px;
    width: 428px;
    height: 260px;
    background: #fff;
    z-index: 11;
    display: none;
}

.loginpHed {
    padding: 10px 18px;
    overflow: hidden;
}

.loginHlef {
    float: left;
    color: #888;
    font-size: 18px;
}

.logPclose {
    float: right;
    margin-top: 3px;
    width: 14px;
    height: 14px;
    background: url("../images/sk/close.png") no-repeat;
    cursor: pointer;
}

.logPcont {
    padding: 6px 18px;
}

.loginBtn {
    float: right;
    width: 90px;
    height: 90px;
    border-bottom: 3px solid #a6570a;
    border-radius: 4px;
    background: url("../images/sk/btn1.png") repeat-x;
    box-sizing: border-box;
    line-height: 87px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.loginBtn:hover {
    background: url("../images/sk/btn1h.png") repeat-x;
}

.logPcontlef {
    margin-right: 110px;
}

.logUser {
    padding-right: 12px;
    height: 40px;
    border: 1px solid #c4c4c4;
    border-radius: 1px;
    box-sizing: border-box;
}

.logUser1 {
    margin-bottom: 10px;
    background: url("../images/sk/icon_2.png") no-repeat 9px center;
}

.logUser2 {
    background: url("../images/sk/icon_5.png") no-repeat 9px center;
}

.logUserig {
    margin-left: 36px;
}

.logUser2 .logUserig {
    margin-left: 44px;
}

.userPut {
    margin-top: 9px \9;
    width: 100%;
    color: #888;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 38px;
    border: none;
    background: none;
    outline: none;
}

.userPut::-webkit-input-placeholder {
    color: #888;
}

.logPfoot {
    margin: 22px 10px 0 10px;
    padding-top: 16px;
    border-top: 1px solid #ccc;
    text-align: center;
}

.validaSty1 {
    /*color: #333;*/
    color: #fe0000;
    font-size: 16px;
}

.closeValid {
    margin-left: 14px;
    color: #008aff;
    text-decoration: underline;
}

.validaSty2 {
    margin-top: 4px;
    color: #fe0000;
    font-size: 14px;
}

.logUser .phTips {
    color: #888 !important;
    font-size: 14px !important;
    line-height: 38px !important;
}

.logUser1 .phTips {
    margin-left: -234px !important;
}