.larryms-noauth-body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    font-family: SFUIText, PingFangSC-Regular, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.larryms-noauth-box {
    height: 100%;
    padding: 30px 0px;
    box-sizing: border-box;
}

.larryms-noauth-box * {
    vertical-align: middle;
}

.larryms-noauth-box .top-tip {
    width: 100%;
    height: 380px;
    position: relative;
}

.larryms-noauth-box .top-tip img {
    display: block;
    width: 380px;
    height: 380px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.larryms-noauth-box .list-box {
    width: 100%;
    margin-top: 30px;
    background: #f3fbff url("../images/bg2.png");
    padding: 52px 0px 70px 0px;
    min-height: 160px;
}

.larryms-noauth-box .list-box .header {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.larryms-noauth-box .list-box p {
    display: block;
    width: 100%;
    text-align: center;
    color: #878c9c;
    font-size: 16px;
    line-height: 22px;
    margin-top: 80px;
}