.site-header {
    -webkit-font-smoothing: antialiased;
    background-color: #036;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    width: 100%
}

.site-header .container {
    align-items: center;
    display: flex;
    height: 56px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1220px
}

.site-header .container .logo {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 30px;
    height: 100%;
    justify-content: center
}

.site-header .container .logo img {
    height: 47px;
    width: 244px
}

.site-header .container .search {
    position: relative
}

.site-header .container .search input {
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    color: #aaa;
    font-family: Raleway;
    font-size: 12px;
    font-style: italic;
    height: 36px;
    line-height: 20px;
    outline: none;
    padding: 7px 48px 7px 20px;
    width: 390px
}

.site-header .container .search input::-moz-placeholder {
    color: #aaa
}

.site-header .container .search input::placeholder {
    color: #aaa
}

.site-header .container .search .icon-search {
    height: 26px;
    opacity: .5;
    position: absolute;
    right: 8px;
    top: 5px;
    width: 26px
}

.site-header .container .search .icon-search:hover {
    opacity: 1
}

.site-header .container .search .icon-close {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 45px;
    top: 12px;
    width: 10px
}

.site-header .container .search:hover .icon-close {
    display: block
}

.site-header .container .search:hover input {
    border-color: #111;
    color: #111
}

.site-header .container .support {
    width: 280px
}

@media (max-width: 1220px) {
    .container {
        padding:0 15px
    }
}

@media (max-width: 768px) {
    .site-header .container {
        padding:0 10px
    }

    .site-header .container .logo img {
        height: 32px;
        width: 164px
    }

    .site-header .container .search {
        width: 180px
    }

    .site-header .container .search input {
        padding: 5px 45px 5px 10px;
        width: 100%
    }

    .site-header .container .support {
        display: none
    }
}

footer {
    background: #036;
    padding: 49px 0 22px;
    text-align: center;
    width: 100%
}

footer a {
    color: #fff;
    text-decoration: none
}

footer .f-img {
    display: block
}

footer .f-img img {
    height: 53px;
    margin: 0 auto;
    width: 270px
}

footer .f-content {
    color: #eee;
    display: flex;
    font-family: Helvetica-Bold,Helvetica;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 24px;
    margin: 0 auto;
    padding: 48px 0 20px;
    width: 515px
}

footer .f-content a:hover {
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline
}

footer .intrduction {
    color: #d0d0d0;
    font-family: HelveticaNeue;
    font-size: 14px;
    line-height: 16px
}

.search {
    margin: 0 auto;
    position: relative;
    width: 390px
}

.search input {
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    color: #aaa;
    font-family: Raleway;
    font-size: 12px;
    font-style: italic;
    height: 36px;
    line-height: 20px;
    outline: none;
    padding: 7px 48px 7px 20px;
    width: 390px
}

.search input::-moz-placeholder {
    color: #aaa
}

.search input::placeholder {
    color: #aaa
}

.search .icon-search {
    height: 26px;
    opacity: .5;
    position: absolute;
    right: 8px;
    top: 5px;
    width: 26px
}

.search .icon-search:hover {
    opacity: 1
}

.search .icon-close {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 45px;
    top: 12px;
    width: 10px
}

.search:hover .icon-close {
    display: block
}

.search:hover input {
    border-color: #111;
    color: #111
}

.usetips {
    background-color: #737373e6;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    opacity: 1;
    padding: 10px 16px;
    position: fixed;
    right: 0;
    text-align: center;
    transition: opacity .25s ease;
    width: 100%;
    z-index: 9
}

.usetips .usetips-link {
    text-decoration: underline
}

.usetips .usetips-ls {
    display: inline-block;
    margin-left: 1.25rem
}

.usetips .usetips-item {
    background-color: #fff;
    border: 1px solid hsla(0,0%,100%,.5);
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin-right: 10px;
    text-align: center;
    width: 100px
}

@media (max-width: 758px) {
    footer {
        padding:30px 0 16px
    }

    footer .f-img img {
        height: 42px;
        width: 203px
    }

    footer .f-content {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        justify-content: space-around;
        line-height: 22px;
        padding: 40px 0 14px;
        width: 80%
    }

    footer .search {
        width: 350px
    }

    footer .search input {
        padding: 5px 45px 5px 10px;
        width: 100%
    }
}