<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.divlayout{
    width:100%;
    background-color:#fff;
    font-size:1em;
    text-align:justify;
    line-height:1.5em;
    color:#6c6b6b;
    display: table;
    text-align: justify;
}
.divlayout img{
    width:100%;
}
.item_div_layout{
    margin-left:auto;
    margin-right:auto;
    max-width:1140px;
}
.background_color{
    background-color:#fbf7d9;
}
.padding_top_bottom{
    padding-bottom:2%;
    padding-top:2%;
}
.padding_bottom{
    padding-bottom:2%;
}
a{
    text-decoration:none;
    color:inherit;
}

.item_title{
    color:#a1414c;
    font-size:1.5em;
    border-bottom:2px solid #a1414c;
    padding-bottom:1%;
    display:table;
}
.synopsis_layout{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
}
.synopsis_layout td{
    vertical-align:middle;
}
.synopsis_layout td:first-child{
    width:78%;
}
.synopsis_layout td:last-child{
    width:22%;
    padding-left:3%;
}
.synopsis_left_layout{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    margin-top:2%;
}
.synopsis_left_layout td{
    vertical-align:middle;
}
.synopsis_left_layout td:first-child{
    width:25%;
}
.synopsis_left_layout td:last-child{
    width:75%;
    padding-left:2%;
    text-indent:2em;
}
.respiration_title{
    border:1px solid #dddbdb;
    padding:2% 0;
    text-align:center;
    font-size:1.1em;
}
.clear_float{
    clear:both;
}
.characteristic_item_layout{
    width:22%;
    margin-top:2%;
    float:left;
}
.characteristic_item_describe{
    text-align:center;
    margin-top:5px;
}
.characteristic_item_margin{
    margin-left:4%;
}
.service_crowd_describe{
    margin-top:3%;
    text-indent:2em;
    font-weight:bold;
    font-size:1.1em;
}
.service_crowd_item_layout{
    width:100%;
    margin-top:20px;
    border-spacing:0;
    border-collapse:separate;
    border-top:1px solid #9f9f9f;
    border-left:1px solid #9f9f9f;
}
.service_crowd_item_layout td{
    border-bottom:1px solid #9f9f9f;
    border-right:1px solid #9f9f9f;
    width:16.66666666666%;
    text-align:center;
    padding:10px 5px;
}
.service_crowd_item_layout th{
    border-bottom:1px solid #9f9f9f;
    border-right:1px solid #9f9f9f;
    text-align:center;
    padding:10px 0px;
    color:#a1414c;
    font-weight:initial;
}
.team_layout{
    margin-top:3%;
}
.characteristic_item_layout2{
    width:23.5%;
    margin-top:2%;
    float:left;
    border:1px solid #e7e7e7;
}
.characteristic_item_margin2{
    margin-left:1.7%;
}

.package_layout{
    width:100%;
    border-collapse:separate;
    border-spacing:10px;
    margin-top:2%;
}
.package_layout td{
    width:25%;
}
.package_layout td img:hover{
    animation:rotatePackage 1s 1;
    -webkit-animation:rotatePackage 1s 1;
    -moz-animation:rotatePackage 1s 1;
    -o-animation:rotatePackage 1s 1;
}
.package_title{
    margin-top:1%;
    text-align:center;
}
.encyclopedias_navigation_layout{
    width:100% !important;
    margin:2% 0 0 0 !important;
    padding:0 !important;
    list-style:none !important;
    display:table !important;
}
.encyclopedias_navigation_layout li{
    width:12.5% !important;
    float:left;
    cursor:pointer;
}
.encyclopedias_navigation_title{
    padding:10px 0;
    text-align:center;
    background-color:#fafafa;
}
.encyclopedias_navigation_title_on{
    padding:10px 0;
    text-align:center;
    background-color:#a1414c;
    color:#fff;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    margin:0 auto;
}
.triangle_on{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #a1414c;
    margin:0 auto;
}
.encyclopedias_content_layout{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    margin-top:2%;
    float:left;
}
.encyclopedias_content_layout td{
    vertical-align:middle;
    padding: 5px 0;
}
.encyclopedias_content_layout td:first-child,.encyclopedias_content_layout td:nth-child(5){
    width:2%;
}
.encyclopedias_content_layout td:nth-child(2),.encyclopedias_content_layout td:nth-child(6){
    overflow:hidden;
}
.encyclopedias_content_layout td:nth-child(3),.encyclopedias_content_layout td:last-child{
    width:8%;
}
.encyclopedias_content_layout td:nth-child(4){
    width:6%;
}
.encyclopedias_content_layout td a:hover{
    color:#a1414c;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform:translateX(20px);
    }
    50%{
        opacity: 0.5;
        -webkit-transform: translateX(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes rotatePackage{
    0%{
        opacity: 0;
        -webkit-transform: rotate3d(0,0,0,45deg);  
    }
    10%{
        opacity: 0.1;
        -webkit-transform: rotate3d(0,0,0,60deg);  
    }
    50%{
        opacity: 0.5;
        -webkit-transform: rotate3d(0,0,0,120deg);  
    }
    100%{
        opacity: 1;
        -webkit-transform: rotate3d(0,0,0,0deg);  
    }
}</pre></body></html>