
/** 操作类型选择弹窗 **/
.select-types__box{
    background-color: #fff;
    padding: 20px;
}
.select-type__item{
    border: 1px solid #eee;
    padding: 16px 16px 16px 48px;
    margin-top: 12px;
    border-radius: 3px;
    cursor: pointer;
}
.account-enable {
    background-image: url("../images/zhqy.png");
    background-repeat: no-repeat;
    background-position: 15px 12px;
}

.account-active {
    background-image: url("../images/zhjh.png");
    background-repeat: no-repeat;
    background-position: 15px 12px;
}

.account-query {
    background-image: url("../images/ckyhm.png");
    background-repeat: no-repeat;
    background-position: 15px 12px;
}
.select-type__item:first-child{
    margin-top: 0;
}
.select-type__itemTitle{
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.select-type__itemDescription{
    color: #999;
    font-size: 13px;
    line-height: 1;
    margin-top: 12px;
}
.select-type__layer{
    border-radius: 6px;
    overflow: hidden;
}
.select-type__layer .layui-layer-title{
    background-color: #fff;
    border: none;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.select-type__layer .layui-layer-setwin .layui-layer-close2{
    background-position: 0 -40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
}
.select-type__layer .layui-layer-btn{
    padding-top: 0;
    padding-bottom: 20px;
}

.select-type__layer .layui-layer-btn .layui-layer-btn0{
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: none;
    font-size: 14px;
    border-color: #80acce;
    color: #00599c;
}

/** 链接样式 **/
.enable-link__btn{
    padding-left: 20px;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    text-align: left;
    line-height: normal;
    font-size: 14px;
    background-color: transparent;
    color: #00599c;
    white-space: nowrap;
    font-weight: bold;
    text-decoration: underline;
    background-image: url(../images/link_icon.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.enable-font-style{
    display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 14px;
    background-color: transparent;
    color: #00599c;
    white-space: nowrap;
    font-weight: bold;
    background-position: left top;
    background-repeat: no-repeat;
}

/** 账号激活样式 **/
.active-account__wrapper{
    background-color: #fff;
    color: #333;
    padding: 20px;
}
.active-account__header{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 24px;
}
.active-account__content{
    background-color: rgba(236, 242, 249, 0.7);
    border-radius: 6px;
    border-left: 3px solid #00599c;
    padding: 16px 16px 16px 30px;
}
.active-account__title{
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.active-account__title .active-account__headerIndex{
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #d1e9ff;
    color: #00599c;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    position: absolute;
    top: -4px;
    left: -28px;
}
.active-account__subtitle{
    font-size: 15px;
    font-weight: 700;
    padding-top: 16px;
}
.active-account__messageBox{
    padding-left: 30px;
}
.active-account__listTitle{
    font-size: 14px;
    font-weight: bold;
    margin-top: 16px;
    position: relative;
}
.active-account__listTitle::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00599c;
    position: absolute;
    left: -18px;
    top: 4px;
}
.active-account__listText{
    margin-top: 8px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.query-login-name__wrapper .active-account__content{
    padding-left: 42px;
}