body {
    background-color: white;
    width: 100%;
    padding: 96px 0 44px 0;

}

* {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* select */

.select {
    min-width: fit-content;
    min-width: -moz-fit-content;
    background-image: url(../img/slice20181013/ic-filter-arrow-down.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 0 40px 0 20px;
    cursor: pointer;
}

select {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}


/* btn */

.btn {
    cursor: pointer;
}

button {
    cursor: pointer;
}

/* nav */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    cursor: default;
    text-align: left;
    font-size: 14px;
    padding: 0 100px;
    min-width: 1240px;
}

.nav .box-ie7>div {
    display: inline-block;
    vertical-align: middle;
}

.nav .logo {
    width: 202px;
    height: 60px;
}

.nav .log {
    margin-left: 10px;
    line-height: 20px;
}

@media screen and (max-width: 1439px) {
    .nav .log {
        max-width: 40%;
    }
}

.nav .log div {
    display: inline-block !important;
}

.nav .nav-fn {
    float: right;
}

.nav .nav-fn>div {
    margin-left: 20px;
}

.nav .nav-fn div {
    display: inline-block;
    vertical-align: middle;
}

.nav .nav-fn .ic {
    width: 16px;
    height: 16px;
}

/* 
@media screen and (max-width: 1240px) {
    .nav .nav-fn .nav-btn {
        display: inline-block;
        line-height: 20px;
    }
} */