/* banner */
.banner {
    width: 100%;
    background: url('/static/default/images/registration/banner.jpg') no-repeat center;
    min-width: 1200px;
    height: 500px;
    max-width: 1920px;
    max-height: 500px;
}

.banner a {
    display: block;
    cursor: pointer;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    margin-left: 500px;
    position: absolute;
    margin-top: 328px;
    background-color: #fff;
    border-radius: 3px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #1742FD;
}

/* 商标作用 */
.role {
    margin-top: 80px;
}

.role .title {
    font-size: 36px;
    font-family: 'albbphtM';
    font-weight: 500;
    color: #222222;
    line-height: 30px;
    text-align: center;
}

.role .role_drops {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.role .role_drops .drop {
    width: 384px;
    height: 320px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 3px;
    margin-top: 30px;
    text-align: center;
    line-height: 30px;
}

.role_drops .drop .name {
    font-size: 24px;
    font-family: 'albbphtM';
    font-weight: 500;
    color: #333333;
    margin: 30px 0;
}

.role_drops .drop .adesc {
    font-size: 16px;
    font-family: 'albbphtR';
    font-weight: 400;
    color: #666666;
    margin: 0 30px;
    text-align: left;
}

/* 注册流程 */
.procedure {
    margin-top: 80px;
    width: 100%;
    background: #F7FBFC;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 100px;
}

.procedure .title {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 30px;
    margin-bottom: 60px;
}


/* 适配 */
@media screen and (max-width:1200px) {
    .layui_body {
        min-width: 330px;
        width: 100%;
        background-size: cover;
    }

    .role .role_drops {
        justify-content: center;
    }

    .procedure img {
        width: 100%;
    }
}