html {
    font-size: 3.6vw;
    letter-spacing: .1em;
}

body {
    font-family: 'Helvetica Neue', Helvetica, 'Microsoft YaHei', sans-serif;
    background-color: #e5e5e5;
    min-height: 100vh;
    padding-top: 13vw;
    box-sizing: border-box;
}

body,
h2,
p {
    margin: 0;
}

a {
    text-decoration: none;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}


img {
    width: 100%;
    height: 100%;
    display: block;
}

header {
    width: 100%;
    height: 13vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: white;
    position: fixed;
    top: 0;
    text-align: center;
    z-index: 1;
}

header span {
    width: 13%;
}

.back {
    display: block;
    width: 13%;
    height: 100%;
    background: url("../icon/detail_navi_icons.png") no-repeat;
    background-size: 200% 80%;
    background-position: left center;
}

.title {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
    font-size: 1rem;
    color: #4c4c4c;
    margin-right: 13%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.title p {
    color: #4c4c4c;
    padding: 0 1em;
    height: 13vw;
    line-height: 13vw;
    box-sizing: border-box;
    border-bottom: 1px solid white;
}

.title p.current {
    color: #ff8600;
    border-color: #ff8600;
}

.container {
    margin: 0 4.17vw;
}

.list {
    color: #ff8600;
    margin-top: 6.11vw;
}

.notvip_list {
    display: none;
}

.item {
    margin-bottom: 6.11vw;
    position: relative;
    border-radius: 2vw;
    background-color: white;
    box-shadow: 0 .3vw 1vw rgba(100, 100, 100, .3);
}

.notvip_list .item {
    -webkit-filter: saturate(37%);
    filter: saturate(37%);
}

.item img {
    width: 16.67vw;
    height: 16.67vw;
    position: absolute;
    left: 4.63vw;
    top: -4.1vw;
    border: .3vw solid #ffd956;
    box-sizing: border-box;
    border-radius: 50%;
}

.item div {
    padding: 0 4.63vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.up {
    height: 9vw;
    border-bottom: 1px solid #ffd956;
    line-height: 1.8;
}

.name {
    margin-left: 19.9vw;
}

.down {
    line-height: 13vw;
    margin-top: 1.35vw;
}

.down p {
    max-width: 50%;
}
