#scroll {padding: 0;}
#scroll ul {
    padding: 0;
    list-style-type: none;
}
section>.sec-pTB.bg-l-grey.mbH.T20,.heading-menu,
#backToTop, .mid-banner-sec {
    display: none !important;
}
.log-data-base a:hover,
.log-data-base a:focus {
    text-decoration: none;
}
.log-data-base * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'ZohoPuvi';
    font-weight: 300;
}
.log-data-base .sprite {
    background-image: url(https://www.manageengine.com/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.log-data-base .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 25px;
}
@keyframes width2 {
    0% {
        width: 0;
    }
    100% {
        width: 7px;
    }
}
@keyframes flow {
    0% {
        background-position: 0 100000px;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes rotating {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@keyframes shake {
    from {
        transform: translateY(-3px);
    }
    to {
        transform: translateY(3px);
    }
}
@keyframes scale {
    from {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }
    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes scale1 {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    to {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}
@keyframes scale2 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slide-up {
    from {
        transform: translateY(150px);
        -webkit-transform: translateY(150px);
        -moz-transform: translateY(150px);
    }
    to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}
@keyframes slide-left {
    from {
        transform: translateX(-1000%);
        -webkit-transform: translateX(-1000%);
        -moz-transform: translateX(-1000%);
    }
    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
}
@keyframes grow-up {
    0% {
        height: 0px;
    }
    to {
        height: 51px;
    }
}
@keyframes grow-up1 {
    0% {
        height: 0px;
    }
    to {
        height: 77px;
    }
}
@keyframes grow-down {
    from {
        height: 0;
    }
    to {
        height: 37px;
    }
}
@keyframes grow-left {
    from {
        width: 40px;
    }
    to {
        width: 55px;
    }
}
@keyframes grow-right {
    from {
        width: 0;
    }
    to {
        width: 124px;
    }
}
@keyframes grow-right1 {
    from {
        width: 0;
    }
    to {
        width: 71px;
    }
}
@keyframes grow1 {
    from {
        height: 0;
    }
    to {
        width: 62px;
    }
}
@keyframes grow2 {
    from {
        height: 0;
    }
    to {
        height: 28px;
    }
}
@keyframes grow3 {
    from {
        height: 0;
    }
    to {
        height: 18px;
    }
}
@keyframes grow-x {
    from {
        width: 0;
        transform: scale(0);
    }
    to {
        width: 167px;
        transform: scale(1);
    }
}
.log-data-base .mob-view {
    display: none;
}
.log-data-base .animation-box {
    position: relative;
}
.log-data-base .animation-box * {
    background-image: url(https://www.manageengine.com/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.log-data-base .animation-box.is-visible {
    opacity: 0;
    transform: translateY(10px);
}
.log-data-base .animation-box.is-shown {
    opacity: 1;
    transform: translateY(0);
    animation: fade-in 0.3s linear 0.2s both, slide-up 0.3s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
}
.log-data-base .animation-box.animation-box1.is-visible {
    opacity: 0;
    transform: translateY(0px);
}
.log-data-base .animation-box.animation-box1.is-shown {
    opacity: 1;
    transform: translateY(0);
    animation: fade-in 0.2s linear 0.2s both, slide-up 0.2s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
}
.log-data-base .animation-box.animation-box1 * {
    background-image: url(https://www.manageengine.com/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.log-data-base .animation-box .img-1 {
    background-position: -7px -379px;
    width: 427px;
    height: 386px;
}
.log-data-base .animation-box .img-2 {
    background-position: -48px -58px;
    width: 290px;
    height: 265px;
    position: absolute;
    bottom: 6px;
    left: 77px;
}
.log-data-base .animation-box .img-3 {
    background-position: -594px -217px;
    width: 96px;
    height: 87px;
    position: absolute;
    bottom: 134px;
    left: 175px;
    z-index: 2;
    animation: scale1 1.3s ease-in-out 0.6s infinite alternate;
    -webkit-animation: scale1 1.3s ease-in-out 0.6s infinite alternate;
}
.log-data-base .animation-box .img-4 {
    background-position: -462px -33px;
    width: 113px;
    height: 51px;
    position: absolute;
    bottom: 188px;
    left: 103px;
    animation: grow-up 1.3s ease-in-out 0.6s infinite alternate;
    -webkit-animation: grow-up 1.3s ease-in-out 0.6s infinite alternate;
}
.log-data-base .animation-box .img-5 {
    background-position: -577px -132px;
    width: 124px;
    height: 41px;
    position: absolute;
    top: 152px;
    left: 226px;
    animation: grow-right 2.8s ease-in-out 0.6s infinite;
    -webkit-animation: grow-right 2.8s ease-in-out 0.6s infinite;
}
.log-data-base .animation-box .img-6 {
    background-position: -474px -127px;
    width: 55px;
    height: 40px;
    position: absolute;
    top: 219px;
    right: 268px;
    animation: grow-left 1.3s ease-in-out 0.6s infinite alternate;
    -webkit-animation: grow-left 1.3s ease-in-out 0.6s infinite alternate;
}
.log-data-base .animation-box .img-7 {
    background-position: -491px -221px;
    width: 36px;
    height: 44px;
    position: absolute;
    top: 219px;
    left: 173px;
}
.log-data-base .animation-box .img-8 {
    background-position: -650px -42px;
    width: 71px;
    height: 41px;
    position: absolute;
    top: 217px;
    left: 254px;
    animation: grow-right1 1.8s ease-in-out 0.6s infinite;
    -webkit-animation: grow-right1 1.8s ease-in-out 0.6s infinite;
}
.log-data-base .animation-box .img-9 {
    background-position: -785px -28px;
    width: 32px;
    height: 77px;
    position: absolute;
    bottom: 271px;
    left: 90px;
    animation: grow-up1 1.2s ease-in-out 0.6s both;
    -webkit-animation: grow-up1 1.2s ease-in-out 0.6s both;
}
.log-data-base .animation-box .img-10 {
    background-position: -834px -30px;
    width: 2px;
    height: 38px;
    position: absolute;
    bottom: 232px;
    left: 165px;
    animation: grow-up1 1.3s ease-in-out 0.6s both;
    -webkit-animation: grow-up1 1.3s ease-in-out 0.6s both;
}
.log-data-base .animation-box .img-11 {
    background-position: -863px -29px;
    width: 2px;
    height: 77px;
    position: absolute;
    bottom: 271px;
    left: 223px;
    animation: grow-up1 1.3s ease-in-out 0.6s both;
    -webkit-animation: grow-up1 1.3s ease-in-out 0.6s both;
}
.log-data-base .animation-box .img-12 {
    background-position: -881px -28px;
    width: 32px;
    height: 77px;
    position: absolute;
    bottom: 271px;
    right: 74px;
    animation: grow-up1 1.3s ease-in-out 0.6s both;
    -webkit-animation: grow-up1 1.3s ease-in-out 0.6s both;
}
.log-data-base .animation-box .img-13 {
    background-position: -834px -30px;
    width: 2px;
    height: 38px;
    position: absolute;
    bottom: 232px;
    right: 147px;
    animation: grow-up1 2s ease-in-out 0.6s both;
    -webkit-animation: grow-up1 2s ease-in-out 0.6s both;
}
.log-data-base .animation-box .img-14 {
    background-position: -768px -132px;
    width: 46px;
    height: 45px;
    position: absolute;
    top: -7px;
    left: 67px;
    animation: shake 2s ease-in-out 0.6s alternate infinite;
    -webkit-animation: shake 2s ease-in-out 0.6s alternate infinite;
}
.log-data-base .animation-box .img-15 {
    background-position: -775px -192px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 48px;
    left: 150px;
    animation: shake 1.6s ease-in-out 1s alternate infinite;
    -webkit-animation: shake 1.6s ease-in-out 1s alternate infinite;
}
.log-data-base .animation-box .img-16 {
    background-position: -768px -132px;
    width: 46px;
    height: 45px;
    position: absolute;
    top: -7px;
    right: 53px;
    animation: shake 1.8s ease-in-out 0.8s alternate infinite;
    -webkit-animation: shake 1.8s ease-in-out 0.8s alternate infinite;
}
.log-data-base .animation-box .img-17 {
    background-position: -775px -192px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 48px;
    right: 133px;
    animation: shake 2s ease-in-out 1s alternate infinite;
    -webkit-animation: shake 2s ease-in-out 1s alternate infinite;
}
.log-data-base .animation-box .img-18 {
    background-position: -833px -132px;
    width: 50px;
    height: 45px;
    position: absolute;
    top: -7px;
    right: 180px;
    animation: shake 1.9s ease-in-out 1.2s alternate infinite;
    -webkit-animation: shake 1.9s ease-in-out 1.2s alternate infinite;
}
.log-data-base .banner-sec {
    background: linear-gradient(to bottom, #c9dbfa 30%, #fff);
    padding-top: 60px;
    padding-bottom: 95px;
}
.log-data-base .banner-sec .b-lhs {
    width: calc(100% - 430px);
    float: left;
    padding-right: 85px;
    padding-top: 46px;
    position: relative;
}
.log-data-base .banner-sec .b-lhs h1 {
    font-weight: 600;
    font-size: 46px;
    color: #102336;
    line-height: 66px;
    margin-bottom: 15px;
}
.log-data-base .banner-sec .b-lhs p {
    font-size: 18px;
    color: #102336;
    line-height: 30px;
    margin-bottom: 26px;
}
.log-data-base .banner-sec .b-rhs {
    width: 430px;
    float: left;
}
.log-data-base .support-sec {
    position: relative;
    padding-bottom: 270px;
    background-position: 58% 130px;
    margin-bottom: 102px;
    background-image: url(/sites/meweb/images/se/log-management/images/log-and-data-management-01.png);
    background-size: 100% 465px;
    background-repeat: no-repeat;
    padding-top: 90px;
}
.log-data-base .support-sec.is-visible {
    opacity: 1;
    transform: translateY(0px);
}
.log-data-base .support-sec.is-shown {
    opacity: 1;
    transform: translateY(0);
}
.log-data-base .support-sec .container {
    position: relative;
}
.log-data-base .support-sec .center-box {
    background-color: #313e4e;
    border-radius: 50%;
    width: 315px;
    height: 315px;
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    padding: 91px 0;
    font-weight: 400;
}
.log-data-base .support-sec .box {
    position: absolute;
    top: -17px !important;
    left: 237px !important;
}
.log-data-base .support-sec .box .circle {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 20.37px 0.63px rgba(161, 168, 173, 0.29);
    -webkit-box-shadow: 0px 0px 20.37px 0.63px rgba(161, 168, 173, 0.29);
    -moz-box-shadow: 0px 0px 20.37px 0.63px rgba(161, 168, 173, 0.29);
    text-align: center;
    padding-top: 38px;
}
.log-data-base .support-sec .box .circle>div {
    font-size: 16px;
    color: #102336;
    line-height: 24px;
    font-weight: 500;
    margin-top: 14px;
}
.log-data-base .support-sec .box .circle>ul {
    position: absolute;
    top: 34px;
    left: -145px;
}
.log-data-base .support-sec .box .circle>ul>li {
    font-size: 16px;
    color: #102336;
    text-align: right;
    margin-top: 22px;
}
.log-data-base .support-sec .box .circle .icn-1 {
    background-position: -761px -257px;
    width: 43px;
    height: 35px;
}
.log-data-base .support-sec .box .circle .icn-2 {
    background-position: -835px -257px;
    width: 44px;
    height: 45px;
}
.log-data-base .support-sec .box .circle:before {
    content: "";
    background-position: -491px -377px;
    background-image: url(https://www.manageengine.com/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    height: 185px;
    position: absolute;
    top: -5px;
    left: -21px;
}
.log-data-base .support-sec .box .circle:after {
    content: "";
    background-position: -500px -326px;
    background-image: url(https://www.manageengine.com/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 16px;
    position: absolute;
    top: 110px;
    right: -48px;
    transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
}
.log-data-base .support-sec .box.box-2 {
    top: -17px !important;
    left: auto !important;
    right: 237px !important;
}
.log-data-base .support-sec .box.box-2 .circle {
    padding-top: 25px;
}
.log-data-base .support-sec .box.box-2 .circle::before {
    top: -5px;
    right: -21px;
    left: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.log-data-base .support-sec .box.box-2 .circle::after {
    right: auto;
    left: -48px;
    transform: rotate(-194deg);
    -webkit-transform: rotate(-194deg);
    -moz-transform: rotate(-194deg);
}
.log-data-base .support-sec .box.box-2 .circle>ul {
    left: auto;
    right: -168px;
    top: 25px;
}
.log-data-base .support-sec .box.box-2 .circle>ul li {
    text-align: left;
}
.log-data-base .support-sec .box.box-3 {
    top: 230px !important;
    left: 271px !important;
}
.log-data-base .support-sec .box.box-3 .circle .icn-3 {
    background-position: -764px -327px;
    width: 37px;
    height: 35px;
}
.log-data-base .support-sec .box.box-3 .circle::before {
    background-position: -603px -388px;
    background-image: url(https://www.manageengine.com/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 166px;
    top: 5px;
}
.log-data-base .support-sec .box.box-3 .circle::after {
    transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    -moz-transform: rotate(-32deg);
    top: 30px;
    right: -42px;
}
.log-data-base .support-sec .box.box-3 .circle>ul {
    top: -18px;
    left: -163px;
    width: 135px;
}
.log-data-base .support-sec .box.box-3 .circle>ul li:first-child {
    margin-right: -22px;
}
.log-data-base .support-sec .box.box-3 .circle>ul li:nth-child(4) {
    margin-right: -23px;
    margin-top: 27px;
}
.log-data-base .support-sec .box.box-4 {
    top: 230px !important;
    left: auto !important;
    right: 273px !important;
}
.log-data-base .support-sec .box.box-4 .circle .icn-4 {
    background-position: -841px -327px;
    width: 41px;
    height: 35px;
}
.log-data-base .support-sec .box.box-4 .circle::before {
    background-position: -603px -388px;
    background-image: url(https://www.manageengine.com/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 166px;
    top: 5px;
    left: auto;
    right: -21px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.log-data-base .support-sec .box.box-4 .circle::after {
    transform: rotate(213deg);
    -webkit-transform: rotate(213deg);
    -moz-transform: rotate(213deg);
    top: 31px;
    left: -42px;
    right: auto;
}
.log-data-base .support-sec .box.box-4 .circle>ul {
    top: -18px;
    right: -183px;
    left: auto;
    width: 155px;
}
.log-data-base .support-sec .box.box-4 .circle>ul li {
    text-align: left;
    margin-top: 25px;
}
.log-data-base .support-sec .box.box-4 .circle>ul li:first-child {
    margin-left: -22px;
    margin-top: 22px;
}
.log-data-base .support-sec .box.box-4 .circle>ul li:nth-child(4) {
    margin-left: -23px;
    margin-top: 22px;
}
.log-data-base .support-sec .box.box-5 {
    top: 357px !important;
    left: 516px !important;
}
.log-data-base .support-sec .box.box-5 .circle .icn-5 {
    background-position: -764px -392px;
    width: 37px;
    height: 35px;
    background-image: url(https://www.manageengine.com/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.log-data-base .support-sec .box.box-5 .circle::before {
    content: "";
    background-image: url(https://www.manageengine.com/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-position: -482px -611px;
    width: 187px;
    height: 68px;
    top: 131px;
    left: -7px;
}
.log-data-base .support-sec .box.box-5 .circle::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    top: -35px;
    left: 63px;
}
.log-data-base .support-sec .box.box-5 .circle>ul li {
    display: inline-block;
    position: absolute;
}
.log-data-base .support-sec .box.box-5 .circle>ul li:first-child {
    top: 103px;
    left: 98px;
}
.log-data-base .support-sec .box.box-5 .circle>ul li:nth-child(2) {
    top: 146px;
    left: 204px;
}
.log-data-base .support-sec .box.box-5 .circle>ul li:nth-child(3) {
    top: 103px;
    left: 313px;
    text-align: left;
    width: 166px
}
.log-data-base .screen-sec {
    text-align: center;
    background-image: url(/sites/meweb/images/se/log-management/images/log-and-data-management-02.png);
    background-repeat: no-repeat;
    background-position: 0px 188px;
    background-size: 100%;
    padding-bottom: 90px;
}
.log-data-base .screen-sec h2 {
    font-size: 30px;
    color: #102336;
    font-weight: 500;
    margin-bottom: 28px;
}
.log-data-base .screen-sec p {
    font-size: 16px;
    color: #102336;
    line-height: 31px;
    width: 76%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.log-data-base .screen-sec .screen-box {
    position: relative;
    min-height: 415px;
}
.log-data-base .screen-sec .screen-box.is-visible {
    opacity: 0;
    transform: translateY(10px);
}
.log-data-base .screen-sec .screen-box.is-shown {
    opacity: 1;
    transform: translateY(0);
    animation: fade-in 0.3s linear 0.2s both, slide-up 0.3s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
}
.log-data-base .screen-sec .screen-box.is-shown .s2 {
    animation: scale2 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.6s both;
}
.log-data-base .screen-sec .screen-box.is-shown .s3 {
    animation: grow1 0.5s ease-in-out 0.6s both;
    -webkit-animation: grow1 0.5s ease-in-out 0.6s both;
}
.log-data-base .screen-sec .screen-box.is-shown .s4 {
    animation: scale 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale 0.6s ease-in-out 0.8s both;
}
.log-data-base .screen-sec .screen-box.is-shown .s5 {
    animation: scale 0.6s ease-in-out 1.1s both;
    -webkit-animation: scale 0.6s ease-in-out 1.1s both;
}
.log-data-base .screen-sec .screen-box.is-shown .s17 {
    animation: scale2 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.6s both;
}
.log-data-base .screen-sec .screen-box.is-shown .s18 {
    animation: scale 0.8s ease-in-out 4.6s both;
    -webkit-animation: scale 0.8s ease-in-out 4.6s both;
}
.log-data-base .screen-sec .screen-box.is-shown .s19 {
    animation: grow-x 0.7s ease-in-out 5.2s both;
    -webkit-animation: grow-x 0.7s ease-in-out 5.2s both;
}
.log-data-base .screen-sec .screen-box * {
    background-image: url(https://www.manageengine.com/log-management/images/log-and-data-management-sprite.png);
    background-size: 2000px 4000px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.log-data-base .screen-sec .screen-box .s1 {
    background-position: -78px -799px;
    width: 875px;
    height: 376px;
}
.log-data-base .screen-sec .screen-box .s2 {
    background-position: -976px -94px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 75px;
    left: 286px;
}
.log-data-base .screen-sec .screen-box .s3 {
    background-position: -983px -208px;
    width: 64px;
    height: 62px;
    position: absolute;
    top: 83px;
    right: 300px;
    z-index: 2;
}
.log-data-base .screen-sec .screen-box .s4 {
    background-position: -15px -1253px;
    width: 476px;
    height: 317px;
    position: absolute;
    top: 105px;
    right: 25px;
}
.log-data-base .screen-sec .screen-box .s5 {
    background-position: -577px -1297px;
    width: 596px;
    height: 254px;
    position: absolute;
    top: 144px;
    left: 143px;
}
.log-data-base .screen-sec .screen-box .s16 {
    background-position: -1267px -2526px;
    width: 715px;
    height: 385px;
}
.log-data-base .screen-sec .screen-box .s17 {
    background-position: -1109px -408px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 58px;
    right: 249px;
}
.log-data-base .screen-sec .screen-box .s18 {
    background-position: -538px -2565px;
    width: 551px;
    height: 254px;
    position: absolute;
    top: 147px;
    right: 154px;
    z-index: 9;
}
.log-data-base .screen-sec .screen-box .s19 {
    background-position: -59px -2741px;
    width: 167px;
    height: 149px;
    position: absolute;
    top: 276px;
    left: 721px;
    z-index: 10;
}
.log-data-base .screen-sec .screen-box.ml-m100 {
    margin-left: -100px;
}
.log-data-base .screen-sec .screen-box.ml-m200 {
    margin-left: -200px;
}
.log-data-base .screen-sec.type1 {
    background-image: url(/sites/meweb/images/se/log-management/images/log-and-data-management-03.png);
    background-position: 0px 275px;
}
.log-data-base .screen-sec.type1 p {
    width: 73%;
    margin-bottom: 74px;
}
.log-data-base .screen-col-sec {
    padding-bottom: 90px;
}
.log-data-base .screen-col-sec.pb-120 {
    padding-bottom: 120px;
}
.log-data-base .screen-col-sec h2 {
    font-size: 30px;
    font-weight: 500;
    color: #102336;
    margin-bottom: 16px;
    line-height: 48px;
}
.log-data-base .screen-col-sec p {
    font-size: 16px;
    color: #102336;
    line-height: 31px;
}
.log-data-base .screen-col-sec .col-lhs {
    width: calc(100% - 650px);
    float: left;
    padding-top: 100px;
}
.log-data-base .screen-col-sec .col-lhs.pt-55 {
    padding-top: 55px;
}
.log-data-base .screen-col-sec .col-lhs.pt-30 {
    padding-top: 30px;
}
.log-data-base .screen-col-sec .col-lhs.pr-20 {
    padding-right: 20px;
}
.log-data-base .screen-col-sec .col-lhs.pt-70 {
    padding-top: 70px;
}
.log-data-base .screen-col-sec .col-lhs.pt-100 {
    padding-top: 100px;
}
.log-data-base .screen-col-sec .col-lhs.pl-100 {
    padding-left: 100px;
}
.log-data-base .screen-col-sec .col-lhs .w-450 {
    width: 450px;
}
.log-data-base .screen-col-sec .col-rhs {
    float: left;
    width: 700px;
    min-height: 500px;
    position: relative;
}
.log-data-base .screen-col-sec .col-rhs.is-visible {
    opacity: 0;
    transform: translateY(10px);
}
.log-data-base .screen-col-sec .col-rhs.is-shown {
    opacity: 1;
    transform: translateY(0);
    animation: fade-in 0.3s linear 0.2s both, slide-up 0.3s cubic-bezier(0.26, 0.67, 0.48, 0.91) 0.2s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s7 {
    animation: scale 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale 0.6s ease-in-out 0.6s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s8 {
    animation: scale 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale 0.6s ease-in-out 0.8s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s9 {
    animation: scale2 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.8s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s10 {
    animation: scale 0.6s ease-in-out 1s both;
    -webkit-animation: scale 0.6s ease-in-out 1s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s11 {
    animation: scale 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale 0.6s ease-in-out 0.6s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s12 {
    animation: scale2 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.8s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s13 {
    animation: scale 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale 0.6s ease-in-out 0.8s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s15 {
    animation: scale2 0.6s ease-in-out 0.7s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.7s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s21 {
    animation: scale2 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.6s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s22 {
    animation: grow2 0.5s ease-in-out 0.6s both;
    -webkit-animation: grow2 0.5s ease-in-out 0.6s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s23 {
    animation: scale 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale 0.6s ease-in-out 0.8s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s25 {
    animation: scale2 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.6s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s26 {
    animation: scale 0.6s ease-in-out 0.6s both;
    -webkit-animation: scale 0.6s ease-in-out 0.6s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s27 {
    animation: grow3 0.5s ease-in-out 0.8s both;
    -webkit-animation: grow3 0.5s ease-in-out 0.8s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s28 {
    animation: scale2 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.8s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .s29 {
    animation: scale 0.6s ease-in-out 1s both;
    -webkit-animation: scale 0.6s ease-in-out 1s both;
}
.log-data-base .screen-col-sec .col-rhs.mr-m85 {
    margin-right: -85px;
}
.log-data-base .screen-col-sec .col-rhs.ml-m85 {
    margin-left: -85px;
}
.log-data-base .screen-col-sec .col-rhs.ml-m100 {
    margin-left: -100px;
}
.log-data-base .screen-col-sec .col-rhs.pl-50 {
    padding-left: 50px;
}
.log-data-base .screen-col-sec .col-rhs.mh-545 {
    min-height: 545px;
}
.log-data-base .screen-col-sec .col-rhs .s6 {
    background-position: -1229px -572px;
    width: 684px;
    height: 442px;
}
.log-data-base .screen-col-sec .col-rhs .s7 {
    background-position: -13px -1666px;
    width: 421px;
    height: 130px;
    position: absolute;
    top: 49px;
    right: 45px;
}
.log-data-base .screen-col-sec .col-rhs .s8 {
    background-position: -13px -1856px;
    width: 426px;
    height: 218px;
    position: absolute;
    top: 163px;
    left: 60px;
}
.log-data-base .screen-col-sec .col-rhs .s9 {
    background-position: -1109px -98px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 381px;
    left: 135px;
}
.log-data-base .screen-col-sec .col-rhs .s10 {
    background-position: -495px -1666px;
    width: 417px;
    height: 318px;
    position: absolute;
    top: 200px;
    right: 38px;
}
.log-data-base .screen-col-sec .col-rhs .s11 {
    background-position: -1302px -1129px;
    width: 611px;
    height: 424px;
}
.log-data-base .screen-col-sec .col-rhs .s12 {
    background-position: -1109px -214px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 369px;
    left: 93px;
}
.log-data-base .screen-col-sec .col-rhs .s13 {
    background-position: -7px -2124px;
    width: 457px;
    height: 247px;
    position: absolute;
    top: 248px;
    right: 67px;
}
.log-data-base .screen-col-sec .col-rhs .s14 {
    background-position: -1243px -1679px;
    width: 684px;
    height: 452px;
}
.log-data-base .screen-col-sec .col-rhs .s15 {
    background-position: -971px -404px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 381px;
    left: 78px;
}
.log-data-base .screen-col-sec .col-rhs .s20 {
    background-position: -1205px -3063px;
    width: 707px;
    height: 526px;
}
.log-data-base .screen-col-sec .col-rhs .s21 {
    background-position: -971px -551px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 182px;
    left: 33px;
}
.log-data-base .screen-col-sec .col-rhs .s22 {
    background-position: -1104px -566px;
    width: 61px;
    height: 28px;
    position: absolute;
    top: 385px;
    right: 375px;
}
.log-data-base .screen-col-sec .col-rhs .s23 {
    background-position: -508px -2928px;
    width: 660px;
    height: 111px;
    position: absolute;
    top: 394px;
    left: 48px;
}
.log-data-base .screen-col-sec .col-rhs .s24 {
    background-position: -23px -3173px;
    width: 722px;
    height: 485px;
}
.log-data-base .screen-col-sec .col-rhs .s25 {
    background-position: -757px -478px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 128px;
    left: 63px;
}
.log-data-base .screen-col-sec .col-rhs .s26 {
    background-position: -54px -3761px;
    width: 553px;
    height: 214px;
    position: absolute;
    top: 276px;
    left: 65px;
}
.log-data-base .screen-col-sec .col-rhs .s27 {
    background-position: -858px -418px;
    width: 39px;
    height: 18px;
    position: absolute;
    top: 327px;
    left: 600px;
}
.log-data-base .screen-col-sec .col-rhs .s28 {
    background-position: -49px -3015px;
    width: 323px;
    height: 32px;
    position: absolute;
    top: 498px;
    left: 212px;
}
.log-data-base .screen-col-sec .col-rhs .s29 {
    background-position: -894px -3281px;
    width: 178px;
    height: 217px;
    position: absolute;
    top: 336px;
    left: 560px;
}
.log-data-base .mid-banner-sec {
    margin-top: -30px;
    margin-bottom: 100px;
}
.log-data-base .mid-banner-sec .banner {
    background-image: url(/sites/meweb/images/se/log-management/images/log-and-data-management-11.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 249px;
    padding-left: 345px;
    padding-right: 280px;
    position: relative;
}
.log-data-base .mid-banner-sec .banner .icn-2 {
    background-position: -12px -2484px;
    width: 211px;
    height: 143px;
    position: absolute;
    top: 57px;
    left: 75px;
}
.log-data-base .mid-banner-sec .banner>div {
    font-size: 24px;
    color: #102336;
    line-height: 40px;
    padding-top: 66px;
}
.log-data-base .mid-banner-sec .banner>div strong {
    font-size: 26px;
    font-weight: 600;
    color: #102336;
    display: block;
}
.log-data-base .mid-banner-sec .banner>a {
    display: inline-block;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    padding: 12.5px 24px;
    border-radius: 4px;
    position: absolute;
    top: 103px;
    right: 73px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
}
.log-data-base .mid-banner-sec .banner>a:hover {
    text-decoration: none;
    background-color: #333;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1275px) and (max-width: 1385px) {
    .log-data-base .screen-col-sec .col-rhs.pl-50 {
        padding-left: 0;
    }
}
@media screen and (min-width: 1175px) and (max-width: 1300px) {
    .log-data-base .screen-col-sec .col-rhs.pl-50 {
        padding-left: 0;
    }
    .log-data-base .screen-sec .screen-box.ml-m100 {
        margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-rhs.mr-m85 {
        margin-right: 0;
    }
    .log-data-base .screen-col-sec .col-lhs {
        width: calc(100% - 700px);
    }
    .log-data-base .screen-col-sec .col-rhs.ml-m85 {
        margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-rhs.ml-m100 {
        margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-lhs .w-450 {
        width: 100%;
    }
    .log-data-base .screen-col-sec .col-lhs.pl-100 {
        padding-left: 60px;
    }
}
@media screen and (max-width: 1174px) {
    .log-data-base .banner-sec .b-lhs {
        padding-top: 0;
    }
    .log-data-base .banner-sec .b-lhs h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .log-data-base .banner-sec {
        padding: 100px 0 50px;
    }
    .log-data-base .support-sec .center-box {
        width: 100%;
        background: none;
        color: #000;
        text-align: left;
        font-weight: 500;
        height: auto;
        padding-bottom: 35px;
        padding-top: 0;
    }
    .log-data-base .support-sec .center-box br {
        display: none;
    }
    .log-data-base .support-sec .box .circle {
        box-shadow: none;
        -webkit-box-shadow: none;
        width: auto;
        height: auto;
        padding-top: 0 !important;
        text-align: left;
    }
    .log-data-base .support-sec .box {
        position: static;
        display: inline-block;
        vertical-align: top;
        width: 33.333%;
        float: left;
        text-align: left;
        margin-bottom: 50px;
    }
    .log-data-base .support-sec .box .circle>div br {
        display: none;
        text-align: left;
    }
    .log-data-base .support-sec .box .circle>ul {
        position: static;
        list-style: disc;
        padding-left: 18px;
    }
    .log-data-base .support-sec .box .circle>ul li {
        position: static !important;
        text-align: left;
        list-style: disc;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 6px !important;
        width: 100%;
        display: list-item !important;
    }
    .log-data-base .support-sec .box .circle .sprite {
        min-height: 45px;
    }
    .log-data-base .support-sec .box .circle>div {
        text-align: left;
        margin-bottom: 13px;
    }
    .log-data-base .support-sec {
        padding-bottom: 0;
    }
    .log-data-base .support-sec {
        background: none;
    }
    .log-data-base .support-sec .box .circle::after,
    .log-data-base .support-sec .box .circle::before {
        display: none !important;
    }
    .log-data-base .screen-col-sec .col-rhs.pl-50 {
        padding-left: 0;
    }
    .log-data-base .screen-sec .screen-box.ml-m100 {
        margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-rhs.mr-m85 {
        margin-right: 0;
    }
    .log-data-base .screen-col-sec .col-lhs {
        width: calc(100% - 700px);
    }
    .log-data-base .screen-col-sec .col-rhs.ml-m85 {
        margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-rhs.ml-m100 {
        margin-left: 0;
    }
    .log-data-base .screen-col-sec .col-lhs .w-450 {
        width: 100%;
    }
    .log-data-base .screen-col-sec .col-lhs.pl-100 {
        padding-left: 60px;
    }
    .log-data-base .screen-col-sec .col-lhs {
        width: 100%;
        margin: 0 !important;
    }
    .log-data-base .screen-col-sec .col-rhs {
        margin: 0 !important;
        float: none;
        display: inline-block;
    }
    .log-data-base .mid-banner-sec .banner {
        width: 100%;
    }
    .log-data-base .mid-banner-sec .banner>div {
        padding-top: 43px;
    }
    .log-data-base .screen-col-sec {
        text-align: center;
    }
    .log-data-base .screen-sec p {
        width: 100% !important;
    }
    .log-data-base .screen-col-sec .col-lhs.pr-20 {
        padding-right: 0;
    }
    .log-data-base .screen-col-sec .col-lhs.pt-30,
    .log-data-base .screen-col-sec .col-lhs {
        padding-top: 0 !important;
    }
    .log-data-base .t1 {
        left: 278px !important;
    }
    .log-data-base .t2 {
        left: 560px !important;
    }
    .log-data-base .t3 {
        left: 278px !important;
    }
    .log-data-base .t4 {
        left: 559px !important;
    }
    .log-data-base .tick.t5,
    .log-data-base .tick.t6,
    .log-data-base .tick.t7,
    .log-data-base .tick.t8 {
        left: 102px !important;
    }
    .log-data-base .tick.t9,
    .log-data-base .tick.t10,
    .log-data-base .tick.t11 {
        left: 375px !important;
    }
}
@media screen and (max-width: 1024px) {
    .log-data-base .mob-view {
        display: block;
        width: 100%;
        text-align: center;
    }
    .log-data-base .mob-view img {
        display: inline-block;
        width: auto;
    }
    .log-data-base .animation-box,
    .log-data-base .screen-sec .screen-box,
    .log-data-base .screen-col-sec .col-rhs {
        display: none;
    }
    .log-data-base .banner-sec .b-lhs {
        width: 100%;
        padding-right: 0;
    }
}
@media screen and (max-width: 999px) {
    .log-data-base .banner-sec .b-lhs {
        width: 100%;
        padding: 0;
    }
    .log-data-base .banner-sec .b-lhs h1 {
        font-size: 35px;
    }
    .log-data-base .banner-sec {
        padding-bottom: 0 !important;
    }
    .log-data-base .support-sec .box {
        width: 50%;
    }
    .log-data-base .support-sec .center-box {
        font-size: 27px;
    }
    .log-data-base .support-sec {
        margin-bottom: 50px;
    }
    .log-data-base .screen-sec {
        background: none !important;
        padding-bottom: 40px;
    }
    .log-data-base .screen-sec h2 {
        font-size: 27px;
        margin-bottom: 14px;
    }
    .log-data-base .screen-col-sec h2 {
        font-size: 27px;
        margin-bottom: 14px;
    }
    .log-data-base .screen-col-sec {
        padding-bottom: 40px;
    }
    .log-data-base .screen-col-sec .col-lhs {
        padding-left: 0 !important;
    }
    .log-data-base .mid-banner-sec .banner {
        background-image: none !important;
        background-color: #caddff;
        padding: 50px 0px;
        height: auto;
    }
    .log-data-base .mid-banner-sec .banner .icn-2 {
        position: static;
    }
    .log-data-base .mid-banner-sec .banner>a {
        position: static;
    }
    .log-data-base .mid-banner-sec {
        background-color: #caddff;
        margin-bottom: 60px;
        margin-top: 20px;
        text-align: center;
    }
    .log-data-base .mid-banner-sec .banner>div {
        margin-bottom: 24px;
        font-size: 23px;
        line-height: 38px;
    }
    .log-data-base .mid-banner-sec .banner>div strong {
        font-size: 24px;
    }
    .log-data-base .support-sec .box {
        width: 100%;
        border-bottom: #e4e4e4 solid 1px;
        margin-bottom: 0;
        padding: 30px 0;
    }
    .log-data-base .support-sec .center-box {
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 414px) {
    .log-data-base .banner-sec {
        padding-top: 70px;
    }
    .log-data-base .screen-col-sec h2,
    .log-data-base .screen-sec h2 {
        font-size: 25px;
        line-height: 36px;
    }
    .log-data-base .support-sec .center-box {
        font-size: 25px;
        line-height: 32px;
        padding-bottom: 10px;
    }
}
.log-data-base .t1,
.log-data-base .t2,
.log-data-base .t3,
.log-data-base .t4,
.log-data-base .tick {
    position: absolute;
    font-size: 9px;
    top: 0;
    left: 0;
    z-index: 5;
    display: inline-block;
    font-weight: 500;
}
.log-data-base .t1 {
    top: 124px;
    left: 270px;
}
.log-data-base .t2 {
    top: 124px;
    left: 552px;
}
.log-data-base .t3 {
    top: 160px;
    left: 270px;
}
.log-data-base .t4 {
    top: 160px;
    left: 551px;
}
.log-data-base .tick {
    background-position: -909px -591px;
    width: 7px;
    height: 5px;
    top: 250px;
    left: 94px;
}
.log-data-base .tick.t6 {
    top: 275px;
}
.log-data-base .tick.t7 {
    top: 300px;
}
.log-data-base .tick.t8 {
    top: 325px;
}
.log-data-base .tick.t9 {
    left: 367px;
}
.log-data-base .tick.t10 {
    left: 367px;
    top: 275px;
}
.log-data-base .tick.t11 {
    left: 367px;
    top: 300px;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t1 {
    animation: scale2 0.6s ease-in-out 0.7s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.7s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t2 {
    animation: scale2 0.6s ease-in-out 0.8s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.8s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t3 {
    animation: scale2 0.6s ease-in-out 0.9s both;
    -webkit-animation: scale2 0.6s ease-in-out 0.9s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t4 {
    animation: scale2 0.6s ease-in-out 1s both;
    -webkit-animation: scale2 0.6s ease-in-out 1s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t5 {
    animation: width2 0.6s ease-in-out 1.1s both;
    -webkit-animation: width2 0.6s ease-in-out 1.1s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t6 {
    animation: width2 0.6s ease-in-out 1.2s both;
    -webkit-animation: width2 0.6s ease-in-out 1.2s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t7 {
    animation: width2 0.6s ease-in-out 1.3s both;
    -webkit-animation: width2 0.6s ease-in-out 1.3s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t8 {
    animation: width2 0.6s ease-in-out 1.4s both;
    -webkit-animation: width2 0.6s ease-in-out 1.4s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t9 {
    animation: width2 0.6s ease-in-out 1.5s both;
    -webkit-animation: width2 0.6s ease-in-out 1.5s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t10 {
    animation: width2 0.6s ease-in-out 1.6s both;
    -webkit-animation: width2 0.6s ease-in-out 1.6s both;
}
.log-data-base .screen-col-sec .col-rhs.is-shown .t11 {
    animation: width2 0.6s ease-in-out 1.7s both;
    -webkit-animation: width2 0.6s ease-in-out 1.7s both;
}
@keyframes heightV {
    from {
        height: 0;
    }
    25% {
        height: 238px;
    }
    90% {
        height: 238px;
    }
    100% {
        height: 0;
    }
}
@keyframes heightV1 {
    from {
        height: 0;
    }
    25% {
        height: 211px;
    }
    90% {
        height: 211px;
    }
    100% {
        height: 0;
    }
}
.log-data-base .screen-sec .screen-box .ss20 {
    background-position: -1164px -3752px;
    width: 180px;
    height: 238px;
    position: absolute;
    top: 61px;
    left: 547px;
    background-color: #eeeff0;
}
.log-data-base .screen-sec .screen-box.is-shown .ss20 {
    animation: heightV 1.5s ease-in-out 0.8s both;
    -webkit-animation: heightV 1.5s ease-in-out 0.8s both;
}
.log-data-base .screen-sec .screen-box.is-shown .ss21 {
    background-position: -660px -3673px;
    width: 458px;
    height: 211px;
    position: absolute;
    top: 93px;
    left: 280px;
    background-color: #eeeff0;
}
.log-data-base .screen-sec .screen-box.is-shown .ss21 {
    animation: heightV1 1.7s ease-in-out 2.4s both;
    -webkit-animation: heightV1 1.7s ease-in-out 2.4s both;
}
.log-data-base .screen-sec .screen-box .ss22 {
    background-position: -895px -3552px;
    width: 181px;
    height: 22px;
    position: absolute;
    top: 60px;
    left: 547px;
    background-color: #eeeff0;
}
.log-data-base .screen-sec .screen-box.is-shown .ss22 {
    animation: fade-in 0.8s ease-in-out 2.3s both;
    -webkit-animation: fade-in 0.8s ease-in-out 2.3s both;
}
.log-data-base .screen-sec .screen-box .ss23 {
    background-position: -1164px -3616px;
    width: 470px;
    height: 115px;
    position: absolute;
    top: 91px;
    left: 274px;
    background-color: #eeeff0;
}
.log-data-base .screen-sec .screen-box.is-shown .ss23 {
    animation: fade-in 1s ease-in-out 4.1s both;
    -webkit-animation: fade-in 1s ease-in-out 4.1s both;
}