@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

/*版心*/
.w {
    width: 1000px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: gray;
}

a:hover {
    color: #f10180;
}

li {
    list-style: none;
}

img {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.charFix:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 28px;
}

body {
    min-width: 1000px;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

a {
    text-decoration: none;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

u {
    text-decoration: none;
}

header,
.wrap_everylook,
.wrap_newsale,
.wrap_woman,
.wrap_shoe,
.wrap_man,
.wrap_tomorrow,
.logo {
    width: 1000px;
    margin: 0px auto;
}