@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1110px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}


/* header */
.header {
    height: 80px;
    /* height: 56px; */
    width: 100%;
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 7;
}
.header-left {
    float: left;
}
.header-right {
    float: right;
    margin-right: 5em;
}
.clear {
    clear: both;
}
.header-logo {
    height: 40px;
    /* height: 40px; */
    margin: 20px 0 0 40px;
    /* margin-top: 8px; */
}
.header-right a {
    line-height: 90px;
    /* line-height: 56px; */
    color: #5a5c5f;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 16px 15px;
}
.header-right a:hover {
    background-color: #e2f1ff;
    transition: background-color 0.5s;
}
.fa-angle-right:before {
    color: #125aac;
    display: table-cell;
    vertical-align: middle;
}
/* //header */


/* under-sm */
.under-sm {
    width: 100%;
    border-top: 1px solid #e2e8f0;
    padding: 30px 0;
}
.under-sm-left {
    float: left;
    margin-left: 2em;
}
.under-sm-left img {
    width: 40%;
}
.under-sm-right {
    display: flex;
    float: right;
    width: 50%;
    text-decoration: none;
}
.under-sm-card {
    border-right: 1px solid #e2e8f0;
    padding: 0 20px;
    width: 30%;
}
.under-sm-card:last-child {
    border-right: none;
}
.under-sm-card h4 {
    margin-bottom: 0.3em;
}
.under-sm-card h4 a {
    color: #1a202c;
    text-decoration: none;
    font-size: 0.9em;
}
.text-sm a {
    color: #4a5568;
    text-decoration: none;
    font-size: 0.8em;
}
/* //under-sm */


/* footer */
.footer {
    height: 30px;
    /* height: 120px; */
    background-color: #2f3a44;
    color: #e8e8e8;
    padding-top: 15px;
    font-size: 0.8em;
}
.footer-left {
    float: left;
    margin-left: 40px;
}
.footer-left p {
    margin-bottom: 8px;
}
.footer-right {
    float: right;
    margin-right: 20px;
    /* padding-top: 50px; */
}
.footer-right a {
    color: #fff;
    text-decoration: none;
}
/* //footer */