<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Open Sans' !important;
    overflow-x: hidden;
}

.header-top {

}

a {
    text-decoration: none;
    color: #333333;
}

em {
    font-style: normal;
    font-size: 12px
}

.header-top-con {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    height: 35px;
    border-bottom: 1px solid #ddd;
    background: #f2f2f2;
}

.sf {
    font-size: 12px
}

.navbar-header {

    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#logoimg {
    width: 60px;
    height: 60px;
}

.navbar-static-top {
    border-bottom: 1px #ccc solid;
}

.navbar-header h1 {
    margin: 10px;
    font-size: 30px;
    letter-spacing: 2px;
    color: #1787e0;
}


.form1-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-top: 42px;

}

.form1-container ol {
    padding: 0px;

    margin: 0 auto;

}

ol li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

ul, li {
    list-style: None;
}

ol li div input {
    height: 28px;
    line-height: 27px;
    width: 230px;
    border-radius: 5px;
    border: solid 1px #a9a9a9;
    padding: 0 5px;
}

ol li div {
    float: left;
    margin-left: 10px;
    height: 30px;
    overflow: hidden;
}

ol li span {

    width: 132px;
    text-align: right;
    line-height: 30px;
}

.s3 input, .s3 button, .s3 a {
    background-image: none;
    background-color: #01ADEF /* #3083c7*/;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 29px;
    margin: 0 5px;
    padding: 0;
    border-radius: 3px;
    border: 0;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

input {
    outline: none;
}

.s3 {
    clear: both;
    text-align: center;
}


.layui-elem-quote {
    margin-bottom: 10px;
    padding: 10px;

    border-left: 5px solid #5FB878;
    border-radius: 0 2px 2px 0;
    background-color: #FAFAFA;
}

.layui-elem-lightBlue {
    border-left: 5px solid #D0E0EE;
}

.query-remarks {
    width: 600px;
    margin: 30px auto;
}</pre></body></html>