.user_tan {
    width: 410px;
    margin: 0 auto;
    padding-top: 100px;
}

.tan_div {
    margin-top: 20px;
}

.tan_title {
    font-size: 22px;
    color: #333333;
    line-height: 38px;
    margin-bottom: 10px;
}

.tan_title span {
    padding-right: 10px;
}

.tan_tishi {
    font-size: 12px;
    color: #ec5564;
    line-height: 26px;
    margin-top: 5px;
}

.tan_div input {
    width: 300px;
    border: 1px solid #e9e9e9;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
}

.tan_div input::-webkit-input-placeholder {
    color: #999999;
    font-size: 12px;
    line-height: 38px;
}

.tan_div input:hover {
    border: 1px solid var(--themeColor);
}

.tan_div input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
}

.tan_div input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

.tan_div input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

.tan_div input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.tan_tips {
    float: left;
    margin-left: 7px;
    line-height: 19px;
    font-size: 12px;
    color: #000000;
    width: 200px;
}

.tan_div button {
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: var(--themeColor);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    border-radius: 5px;
    margin-top: 20px;
}

.tan_div button:hover {
    background: var(--themeActiveColor) !important;
    cursor: pointer;
}

.tan_footer {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    margin-top: 15px;
    color: #666666;
    display: flex;
    justify-content: space-between;
}

.tan_footer span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.tan2_footer {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    margin-top: 15px;
    color: #666666;
}

.tan2_footer span:hover {
    text-decoration: underline;
    cursor: pointer;
}

input {
    font-size: 14px !important;
}

input[type="checkbox"] {
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
    position: relative;
    float: left;
    margin: 0;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid var(--themeColor)
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: var(--themeColor);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid var(--themeColor);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
}

input[type="checkbox"]:hover {
    cursor: pointer;
}

.sendout {
    width: 100px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: var(--themeColor);
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    float: left;
    background-color: #FFFFFF;
    margin-left: 10px;
}

.message_input {
    width: 190px !important;
    float: left;
}

#user_tan2 {
    display: none;
}

#user_mess {
    float: right;
}

.password_footer {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}
/*10.17css 新增*/
.denglutab{
    overflow: hidden;
}
.denglutab span{
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    display: inline-block;
}
.denglutab span:last-child{
    margin-left: 30px;
}
.xuanzhong{
    color: var(--themeColor) !important;
    border-bottom: 2px solid var(--themeColor);
}
#user_prompt{
    background-color: #FFF;
    top:36px;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    max-width: 530px;
    position: relative;
    border: 1px solid;
    display: none;
}

#user_prompt_tip{
    position: absolute;
    top: 1px;
    right: 15px;
    font-size: 18px;

}

#user_prompt span{
    margin-bottom: 20px;
    line-height: 19px;
    font-size: 12px;
    color: #000000;
}
#user_prompt i{
    text-decoration:underline;
    color: #2d93ca;
}

/* 模态框 */
.aModal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../../images/modalBg.png);
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.aModal .modalBox{
    display: inline-block;
    width: 800px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    *margin-left: 600px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.50);
}
.aModal .modalBox .modalTit{
    background: #F9F9F9;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    padding: 0 20px;
    text-align: center;
}
.aModal .modalBox .modalTit span{
    color: #333;
}
.aModal .modalBox .modalTit img{
    float: right;
    padding: 12px 0 12px 10px;
    cursor: pointer;
    margin-top: 11.5px;
    margin-left: -32px;
}
/* 添加学习经历 */
.aModal .anModalBox{
    width: 640px;
    height: 600px;
}
.aModal .anModalBox .modalCont{
    height: 474px;
    overflow-y: auto;
    padding-top: 20px;
    padding-left: 20px;
    box-sizing: border-box !important;
}
.anModalBox .mDivBigBox{

    padding-right: 10px;
    margin-top: 0;
}

.aModal .modalBottom{
    height: 58px;
    padding: 15px 0;
    text-align: center;
    font-size: 0;
    box-sizing: border-box !important;
}
.aModal .modalBottom button{
    width: 120px;
    height: 28px;
    line-height: 100%;
    margin-left: 20px;

}
