<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:1.1em;
    text-align:justify;
    line-height:1.5em;
    color:#616060;
    display:table;
}
.divlayout img{
    width:100%;
    display:table;
}
.item_content_layout{
    margin-left:auto;
    margin-right:auto;
    width:1140px;
}
.padding_top_bottom{
    padding-bottom:2%;
    padding-top:2%;
}
a{
    text-decoration:none;
    color:inherit;
}

@media screen and (min-device-width:1140px) and (max-device-width: 1280px) {
    
}
.title{
    color:#dc4d34;
    font-size:1.5em;
    font-weight:bold;
    text-align:center;
    margin-bottom:5%;
}
.content_left_layout{
    width:40%;
    float:left;
}
.content_right_layout{
    width:55%;
    float:right;
    border:1px solid #3bb3c2;
    padding:5% 4%;
}
.content_left_image{
    width:26%;
    float:left;
}
.content_left_content{
    width:68%;
    float:right;
}
.content_left_content1{
    width:68%;
    float:right;
    line-height:1.33em;
}
.content_title{
    font-size:1.2em;
    font-weight:bold;
}
.clear_float{
    clear:both;
}
.margin_top{
    margin-top:5%;
}
.content_right_title{
    font-size:1.3em;
    font-weight:bold;
    text-align:center;
    margin-bottom:4%;
}
.list_layout{
    width:100%;
    border-spacing:0;
    border-collapse:separate;
}
.list_layout td{
    width:50%;
    padding-top:5.6%;
}
.list_layout span{
    color:#dc4d34;
    margin-left:1%;
}
.list_layout input{
    border:1px solid #3bb3c2;
    margin-left:4%;
    height:30px;
    width:171px;
    padding:0;
}
.list_layout select{
    border:1px solid #3bb3c2;
    margin-left:2%;
    height:30px;
    padding:0;
    width:171px;
}
#recommendation{
    border:1px solid #3bb3c2;
    margin-left:4.5%;
    height:30px;
    width:171px;
    padding:0;
}
.submit_bottom{
    background-color:#2d97c4;
    margin:3% auto 3% auto !important;
    color:#fff;
    height:30px !important;
    border-radius:5px;
    width:80px !important;
    line-height:30px;
    text-align:center;
    display:table;
}
.prompt{
    margin-top:3%;
}
.prompt span{
    font-weight:bold;
}
#age{
    margin-left:3% !important;
}
#name{
    margin-left:5% !important;
}
.content_describe{
	margin-top: 3%;
}
</pre></body></html>