.fl{
    float:left;
}
.fr{
    float:right;
}
.clear{
    clear: both;
}
.mask{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    overflow: hidden;
    /* transition: .3s; */
}
.pop{
    width: 300px;
    min-height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background: #fff;
    z-index: 2;
    padding: 0;
    padding-bottom: 60px;
    box-sizing: border-box;
    /* transition: .3s; */
}

.pop2 {
    width: 400px;
}

.header {
    padding: 20px;
    border-bottom: 1px solid #EEEEEE;
    background: #fff;
}

.header span {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #2276FF;
}

.closeBtn {
    display: inline-block;
    padding: 2px;
    cursor: pointer;
}

.ctn {
    padding: 20px 30px;
    display: flex;
}

.ctn2 {
    padding: 20px 30px;
    display: block;
    height: 140px;
}

.ctnTxt {
    color: #333333;
    font-size: 16px;
    word-break: normal;
    width: auto;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}

.ctn .tanhao {
    font-weight: bold;
    background: #E6A23C;
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}
.ctlWrap{
    padding: 0px 20px 20px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ctlWrap span {
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #2276FF;
    border-radius: 4px;
}

.ctlWrap .confirm {
    /*border: 1px solid #409EFF;*/
    background: #2276FF;
    color: #FFFFFF;

}

.window .window-header .panel-title {
    color: #333333 !important;
    font-size: 16px;
    border-left: 3px solid #2276ff;
    padding-left: 10px;
}

.ctlWrap .cancle {
    transition: .3s;
}

.ctlWrap .cancle:hover {
    color: #409EFF;
    border: 1px solid #409EFF;
}

.poplert, .closelert {
    background: #409EFF;
    padding: 10px 20px;
    width: auto;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.form-group {
    height: 40px;
    margin: 10px;
}

.form-group label {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    width: 70px;
    text-align: right;
}

.form-group input {
    padding-left: 10px;
    margin-left: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 4px !important;
    height: 30px;
    line-height: 30px;
    width: 200px;
}

.form-group input::-webkit-input-placeholder {
    font-size: 14px;
}

.form-group input::-ms-input-placeholder {
    font-size: 14px;
}

.form-group input::-moz-placeholder {
    font-size: 14px;
}

#newPwd::placeholder {
    font-size: 14px !important;
    margin-left: 10px !important;
}

#confirmPwd::placeholder {
    font-size: 14px !important;
    margin-left: 10px !important;
}

.tips_pwd {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.tips_pwd2 {
    color: red;
    font-size: 12px;
    font-weight: bold;
}
