.addrole-mask {
    background-color: rgba(0, 0, 0, .35);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
.addrole-container {
    position: fixed;
    width: 340px;
    height: 500px;
    background-color: #fff;
    z-index: 1001;
    left: 50%;
    top: 50%;
    margin-left: -170px;
    margin-top: -250px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.addrole-container .timer {
    min-width: 40px;
    height: 20px;
    padding: 0 6px;
    line-height: 20px;
    color: #666666;
    background-color: #F6F6F6;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.addrole-container h1 {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    padding-top: 44px;
    text-align: center;
    font-weight: 400;
}
.addrole-row {
    margin-top: 24px;
    padding: 0 16px
}
.addrole-row .title {
    color: #888;
    font-size: 13px;
    line-height: 12px;
}
.addrole-row-list {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.addrole-row-item {
    background-color: #F6F6F6;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    padding: 0 9px;
    min-width: 72px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    cursor: pointer;
}
.addrole-row-item.active {
    background-color: #E8F0FC;
    color: #1970E3;
}

#addRoleSaveBtn {
    width: 120px;
    line-height: 36px;
    background: rgba(25,112,227,1);
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-decoration: none;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -60px;
}

.add-role-error {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #ff3f3f;
    padding: 0 16px;
    display: inline-block;
    visibility: hidden;
}
.add-role-error.show {
    visibility: visible;
}


/*手机端*/
.addrole-container-h5 {
    width: 90%;
    margin-left: 0;
    left: 5%;
    height: 440px;
    margin-top: -220px;
}
.addrole-container-h5 .addrole-row {
    margin-top: 16px;
}
.addrole-container-h5 .addrole-row-item {
    height: 32px;
    font-size: 12px;
}