.layer-content .user-info {
    /*position: absolute;*/
    z-index: 2;
    /*right: 0;*/
    /*top: 10px;*/
    width: 292px;
    background-color: #fff;
    /*height: 660px;*/
    overflow: hidden;
}




.layer-content .user-info .login-warp {
    width: 100%;
    /*height: 358px;*/
    background-image: url(/public/assets/second/img/login-warp-banner-2ceef8.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 28px 20px 35px;
    text-align: center;
    margin-bottom: 6px;
}


.layer-content .user-info .login-warp .login-warp-head p {
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    color: #3d3d3d;
}


.layer-content .user-info .login-warp .login-warp-body {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
}

.layer-content .user-info .login-warp .login-warp-btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.layer-content .user-info .login-warp .login-warp-btn-group .login-btn {
    width: 188px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    background-image: url(/public/assets/second/img/login-btn-banner-3102fa.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 14px;
    cursor: pointer;
}


.layer-content .user-info .login-warp .login-warp-btn-group .login-btn a {
    color: #fff;
}


.layer-content .user-info .login-warp .login-warp-btn-group .register-btn {
    width: 188px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    cursor: pointer;
    border: 1px solid #a24acc;
    color: #a24acc;
    background: #fff;
    border-radius: 5px;
}


.layer-content .user-info .login-warp .login-warp-btn-group .register-btn a {
    color: #a24acc;
}


.more-info {
    width: 1040px;
    background-color: transparent;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    margin: 15px auto 0;
    display: flex;
}


.more-info .more-warp:first-child {
    /*border-radius: 5px 0 0 5px;*/
}


.more-info .more-warp {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 33%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3d3d3d;
    background: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
    display: flex;
}


.more-info .more-warp img {
    width: 50px;
    margin: auto 10px auto 40px;
}


.more-info .more-warp .more-warp-detail {
    font-size: 16px;
    color: #3d3d3d;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



.side-fixed-group {
    position: fixed;
    bottom: 228px;
    right: 0;
    width: 48px;
    height: auto;
    z-index: 1000;
}


.side-fixed-group .side-fixed-group-item {

    position: relative;
    display: block;
    padding: 0px 0;
    margin-top: 1px;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 5px;
}

.side-fixed-group .side-fixed-group-item.side-fixed-full-icon-item .side-fixed-group-item-img-icon {
    padding: 8px;
    width: 48px;
    height: 48px;
    font-size: 32px;
    line-height: 48px;
}


.side-fixed-group .side-fixed-group-item.side-fixed-full-icon-item .side-fixed-group-item-img-icon img {
    width: 100%;
    height: 100%;
}

.side-fixed-group .side-fixed-group-item.side-fixed-full-icon-item .side-fixed-group-item-icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 32px;
}

.side-fixed-group .side-fixed-group-item .side-fixed-group-item-icon {
    display: block;
    width: 48px;
    height: 28px;
    color: #d3d3d3;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}