<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset */
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
iframe{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-family: "microsoft yahei"}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend,a{font:14px/1 arial;color:#333;outline:0;}
body{background:#fff; font-family: "microsoft yahei"}
a,a:hover{color:#333;}
body {
    height: 100%;
    padding-top: 44px;
    background-color: #0071bd;
}
.title {
    position: relative;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background-color: #c6e8ff;
    border-radius:5px;
    width: 96%;
    margin-left: 2%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.title h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.article {
    position: relative;
    background-color: #c6e8ff;
    border-radius:5px;
    width: 96%;
    text-align: justify;
    box-sizing: border-box;
    padding: 25px 10px 10px;
    margin-left: 2%;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.article img {
    max-width: 100% !important;
}
.content_7_mjm_mymo {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 110px;
    height: 112px;
    background-image: url("../image/content_7_mjm_mymo1.png");
    background-repeat: no-repeat;
    background-size: contain;
}
footer {
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
}

/*
@-webkit-keyframes content_mymo {
    0% { bottom: 0;}
    15% { bottom: 10px;}
    30% { bottom: 0;}
    35% { bottom: 5px;}
    40% { bottom: 0;}
    100% { bottom: 0;}
}
@keyframes content_mymo {
    0% { bottom: 0; }
    15% { bottom: 10px; }
    30% { bottom: 0; }
    35% { bottom: 5px; }
    40% { bottom: 0; }
    100% { bottom: 0; }
}
.content_mymo_ani {
    -webkit-animation: content_mymo 2s linear infinite both;
    animation: content_mymo 2s linear infinite both;
}
*/
@keyframes content_mymo_move {
    0% { right: -110px; }
    100% { right: 100%; }
}
@-webkit-keyframes content_mymo_move {
    0% { right: -110px; }
    100% { right: 100%; }
}
.content_mymo_move_ani {
    -webkit-animation: content_mymo_move 20s linear infinite both;
    animation: content_mymo_move 20s linear infinite both;
}</pre></body></html>