﻿@charset "utf-8";

/* 注册类型角色列表 */
.userRoleList::after {
    display: table;
    content: '';
    clear: both;
}

.userRoleList li {
    float: left;
    width: 33.3333%;
}

    .userRoleList li a {
        display: block;
        padding: 18px 20px;
        text-align: center;
        margin: 10px;
        background: rgba(35, 175, 234, 0.05);
        border: 2px solid rgba(2, 117, 191, 0.1);
        font-size: 18px;
        line-height: 60px;
        color: inherit;
        text-decoration: none;
        outline: none;
    }

    .userRoleList li .fa {
        margin-right: 25px;
        display: inline-block;
        vertical-align: top;
        font-size: 60px;
        line-height: 1;
        background-image: linear-gradient(180deg, #0072BD 0%, #25B3ED 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: #0275BF;
        -webkit-text-fill-color: transparent;
    }

    .userRoleList li a:hover {
        border-color: rgba(2, 117, 191, 1);
    }


    .userRoleList li:nth-child(4n+1) a {
        border-color: rgba(187, 47, 51, 0.1);
        background: rgb(231, 83, 69, 0.05);
    }

        .userRoleList li:nth-child(4n+1) a:hover {
            border-color: rgba(187, 47, 51, 1);
        }

    .userRoleList li:nth-child(4n+1) .fa {
        background-image: linear-gradient(180deg, #B72C31 0%, #EA5545 100%);
    }

    .userRoleList li:nth-child(4n+2) a {
        border-color: rgba(7, 130, 75, 0.1);
        background: rgb(56, 171, 106, 0.05);
    }

        .userRoleList li:nth-child(4n+2) a:hover {
            border-color: rgba(7, 130, 75, 1);
        }

    .userRoleList li:nth-child(4n+2) .fa {
        background-image: linear-gradient(180deg, #027E48 0%, #3AAD6B 100%);
    }

    .userRoleList li:nth-child(4n+4) a {
        border-color: rgba(81, 7, 130, 0.1);
        background: rgba(115, 56, 171, 0.05);
    }

        .userRoleList li:nth-child(4n+4) a:hover {
            border-color: rgba(81, 7, 130, 1);
        }

    .userRoleList li:nth-child(4n+4) .fa {
        background-image: linear-gradient(180deg, #42027e 0%, #753aad 100%);
    }
