.luj {
    -background: url(/Images/lint.gif) repeat-x;
    height: 65px;
    border-bottom: 1px solid #ccc;
}
.luj .wp {
    display: block;
    line-height: 68px;
    font-size: 18px;
    color: #7b7b7b;
    padding-left: 110px;
    letter-spacing: 1px;
}
.newpad {
    padding: 35px 10px 20px 0;
    background: #fff;
    margin-top: 15px;
}
.userfl {
    width: 180px;
    text-align: center;
}
.userfl li {
    background: url(/Images/l2.gif) no-repeat left bottom;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.userfl a {
    display: block;
    height: 38px;
    line-height: 38px;
    color: #7b7b7b;
    font-size: 16px;
}
.userfl .select a {
    background: var(--color-base-secondary);
    color: #fff;
}
.myInfo {
    color: #5d5d5d;
    width: 100%;
}
.Infpad {
    padding-left: 265px;
}
.myInfo h2 {
    font-weight: normal;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    padding-left: 20px;
}
.center_info {
    width: 100%;
    margin: 0 auto;
    letter-spacing: 1px;
}
.center_info .k {
    margin: 12px 0;
    line-height: 40px;
    overflow: hidden;
}
.center_info .k .xyspan {
    line-height: 22px;
    padding-left: 95px;
    padding-top: 8px;
}
.center_info .s {
    float: left;
    width: 110px;
    text-align: right;
    margin-right: 20px;
}
.center_info .passwordTips {
    margin-left: 20px;
    color: red;
}
.center_info .input {
    width: 189px;
    height: 20px;
    border: 1px solid #cad2e1;
    padding: 9px 0 9px 10px;
    border-radius: 5px;
}
.center_info .input:focus {
    border-color: #8cb2f0;
}
.center_info .chag {
    color: #009aff;
    cursor: pointer;
    border: 1px solid #009aff;
}
.center_info .ipt2 {
    border: 0 none;
    padding-left: 0;
    width: auto;
    margin-right: 10px;
}
.center_info .xyspan span {
    margin-right: 7px;
}
.center_info .update {
    width: 122px;
    height: 36px;
    background: var(--color-base-secondary);
    color: #fff;
    text-align: center;
    line-height: 36px;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 30px;
}
.center_info .rad select {
    border-radius: 3px;
    border: 1px solid #cad2e1;
    width: 80px;
    height: 32px;
    padding-left: 10px;
}
.headpic {
    width: 65px;
    height: 106px;
    float: left;
}
.headpic img {
    width: 65px;
    height: 65px;
}
.myPwd .tips {
    margin: 20px 0 30px;
}
.center_info .qrbutton {
    border: none;
    padding: 5px 10px;
    color: white;
    background: #7ae47a;
    cursor: pointer;
}

/**�ҵ���Ϣ*/
#myMsg ul {
    min-height: 150px;
}
#myMsg li {
    border-bottom: 1px solid #eae7e7;
    padding: 6px 0px;
}
#myMsg li:hover {
    background-color: #f2f1f6;
}
#myMsg li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#myMsg .msgH {
    float: left;
    margin-left: 15px;
}
#myMsg .msgH:last-child {
    float: right;
    margin-right: 60px;
    padding-top: 14px;
}
#myMsg .msgH p:first-child {
    margin-top: 10px;
    font-size: 16px;
}
#myMsg .msgH span {
    display: block;
    width: 80px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 20px;
    border-radius: 3px;
    cursor: pointer;
}
#myMsg .msgH .btnAgree {
    background-color: var(--color-base-secondary);
    color: #fff;
}
#myMsg .msgH .btnRefuse:hover {
    background-color: #fff;
}

#school {
    max-height: 360px;
    overflow-y: auto;
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 5px 10px;
}
#school span {
    display: block;
    float: left;
    width: 33.333%;
    height: 24px;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    text-overflow: ellipsis;
    word-wrap: normal;
    overflow: hidden;
    text-indent: 12px;
}
.green {
    background-color: #4bbdec;
    color: white;
}
.input {
    width: 189px;
    height: 20px;
    border: 1px solid #cad2e1;
    padding: 9px 0 9px 10px;
    border-radius: 5px;
}
.sentValidate {
    width: 85px;
    height: 31px;
    background: rgb(61, 199, 104);
    color: #fff;
    text-align: center;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 19px;
}
@media only screen and (max-width: 1190px) {
    .newpad {
        padding: 35px 30px 20px 20px;
    }
}

.imgVerify {
    position: absolute;
    right: 10px;
    z-index: 99;
    bottom: 62px;
    width: 100px;
}
