<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å†æ¥äººMentor Launchå…¨æ˜Žæ˜Ÿå¯¼å¸ˆäº¤æµä½“éªŒè®¡åˆ’*/
.MentorLaunch{padding: 42px 0;width: 100%;background: #6b5d51;background: url("../images/newplan.jpg") no-repeat;background-size: cover;}
.MentorLaunch h1{font-weight: bold;}
.MentorLaunch span{text-align: center;display: block;color: #ffffff;font-size: 18px;line-height: 13px;}
.MentorLaunch .focus_btn{padding-top: 22px;text-align: center;}
#a1258Btn{-webkit-animation: a1258Btn 6s infinite ease-in-out;-webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both ;
}
@-webkit-keyframes a1258Btn{
    25%, 75% {
        color: #333333;
        background-color: #ffffff;
    }
    0%, 50%, 100% {
        color: #ffffff;
        background-color: #6589dd;
    }
}
@keyframes a1258Btn{
    25%, 75% {
        color: #333333;
        background-color: #ffffff;
    }
    0%, 50%, 100% {
        color: #ffffff;
        background-color: #6589dd;
    }
}</pre></body></html>