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,
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: #d4d4d4;
    position: fixed;
    top: 0;
    z-index: 1;
}

.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;
    margin-right: 13%;
    color: #4c4c4c;
    text-align: center;
}

.order_basic {
    margin-bottom: 2vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.order_basic {
    line-height: 1.8em;
}

.order_id {
    font-size: .9rem;
    font-weight: bold;
    margin-top: 1vw;
}

.order_time {
    font-size: .8rem;
    margin-bottom: 1vw;
}

.container {
    padding: 0 4.17vw;
    background-color: white;
    position: relative;
}


.status {
    font-size: .8rem;
    color: red;
}

.goods_item {
    margin-top: 2vw;
    padding: 2vw 0;
    background-color: white;
}

.goods_info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.goods_pic {
    width: 26%;
    height: 25vw;
}

.goods_intro {
    margin-left: 3%;
    width: 65%;
}

.goods_name {
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    margin: 0;
}

.goods_keyword,
.goods_options {
    font-size: .9rem;
    color: #626262;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


.goods_options span {
    min-width: 50%;
}

.tags {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

input {
    display: none;
}

input[type="checkbox"] + label {
    color: #a9a9a9;
    font-size: .9rem;
    padding: 1vw 2vw;
    border: 1px solid #a9a9a9;
    margin-right: 4vw;
    border-radius: 5vw;
    display: inline-block;
    margin-bottom: 2vw;
}

input[type="checkbox"]:checked + label {
    color: #e81818;
    border-color: #e81818;
}

.comment {
    width: 91%;
    height: 30vw;
    font-size: .9rem;
    border: none;
    margin-left: 4.17vw;
    background-color: #e5e5e5;
    line-height: 1.7em;
}

.stars {
    height: 13vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.stars label {
    display: block;
    width: 5vw;
    height: 5vw;
    z-index: 1;
}

.star_icon {
    width: 25vw;
    overflow: hidden;
    position: relative;
}

.starbg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../icon/star.png") no-repeat;
    background-size: 50vw 5vw;
}

#star4:checked ~ .starbg {
    background-position: -5vw;
}

#star3:checked ~ .starbg {
    background-position: -10vw;
}

#star2:checked ~ .starbg {
    background-position: -15vw;
}

#star1:checked ~ .starbg {
    background-position: -20vw;
}

button {
    width: 100%;
    height: 13.8vw;
    color: white;
    background-color: #ff8601;
    border: none;
}
