body {
    background-color: #fff;
}

.padding-bottom-lg {
    padding-bottom: 30px;
}

.flex-start-center {
	display: flex; justify-content: start; align-items: center;
}

.flex-end-center {
	display: flex; align-items: center; justify-content: flex-end;
}

.icon-df {
    width: 48px; height: 48px;
}

.text-df {
    font-size: 16px;
}

.margin-top-lg {
    margin-top: 60px;
}
.bg-blue {
    background-color: #3a41c4;
}
.bg-grey {
    background-color: #f0f5f9;
}
.pclogo {
    width: 300px; height: auto;
}
.login-logo {
    padding: 15px 0;
}
.layui-bg-white {
    background-color: #ffffff !important;
    color: #222222 !important;
}
.layui-nav {
    text-align: right;
}
.layui-nav .layui-nav-item a {
    display: block;
    padding: 0 20px;
    color: #222222;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.layui-nav .layui-nav-item a:hover {
    color: #3a41c4;
    font-weight: bold;
}
.layui-nav .layui-this:after, .layui-nav-bar {
    background-color: #3a41c4;
}

.layui-btn,.layui-input, .layui-select, .layui-textarea {
    height: 48px;
}
.layui-input-affix,.layui-input-wrap{
    line-height: 48px;
}

.copyright {
    line-height: 60px;
    text-align: right;
}
.copyright a {

}

.content-box {
    padding: 100px 0;
}
.form-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 50px 20px 50px;
    box-shadow: 0 10px 10px rgba(90,97,105,0.1);
    min-height: 480px;
}
.padding-tb-lg {
    padding: 30px 0;
}
.layui-tabs-header {
    display: flex; justify-content: space-between; align-items: center;
}
.layui-tabs-header li {
    width: 100%;
    font-size: 18px;
}
.layui-tabs-header .layui-this, .layui-tabs-header li:hover {
    color: #3a41c4;
}
.layui-tabs-header .layui-this:after {
    border-bottom: 3px solid #3a41c4;
}

.login-title {
    font-size: 36px;
}
.text-blue {
    color:  #3a41c4 !important;
}

/**/

.my-login-modal .layui-layer-setwin span{
    width: 24px; height: 24px;
    font-size: 24px; 
    line-height: 24px;
}
.my-login-modal .layui-layer-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: bold;
    height: 60px; line-height: 60px;
}