﻿/*登录界面样式*/
.loginMainLogo {
    position:relative;
}
.loginMainLogoDiv {
    position: absolute;
    top: 12%;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.loginMainRadioDiv {
    position: relative;
    z-index: 20;
    margin-top: 2rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.loginMainRadioDivChild {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 25px;
    cursor: pointer;
}
.loginMainRadioDivChild img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.loginMainRadioDivChild label {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}