* {
    box-sizing: border-box;
    transition: .15s linear;
    -webkit-transition: .15s linear;
}

body {
    background: #f2f3f5;
}

.container {
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 160px;
}

.header-title {
    padding: 80px 0 40px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
}

.info {
    padding: 16px 32px;
    border-top: 2px solid #38B487;
    background: #fff;
    border-radius: 2px;
}


.info-list {
    padding: 16px 0;
}

.info-left,
.item-left {
    float: left;
}

.item-left {
    height: 20px;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}

.item-right {
    position: relative;
    margin-left: 87px;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    line-height: 20px;
}

.product span{
    display: inline-block;
    line-height: 20px;
}

.info-right {
    margin-left: 408px;
}

.info-right .item-right {
    margin-left: 72px;
}

.box {
    margin-top: 16px;
    padding: 32px;
    background: #fff;
    border-radius: 2px;
}

.box-top {
    padding-bottom: 16px;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}

.box-detail {
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}

.box-link {
    font-size: 12px;
    color: #38B487;
    line-height: 20px;
    cursor: pointer;
}

.box-link:hover {
    text-decoration: underline;
}


.level-detail {
    float:left;
    padding-right: 12px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    line-height: 20px;
}


.item-level {
    float:left;
    width: 90px;
    padding-top: 7px;
}

.item-level span {
    float: left;
    margin: 0 .5px;
    width: 19px;
    height: 6px;
    background: #E6E6E6;
}

.item-level .lev-1 {
    border-radius: 2px 0px 0px 2px;
}

.item-level .lev-2 {
    background: #E4E4E4;
}

.item-level .lev-3 {
    background: #DDDDDD;
}

.item-level .lev-4 {
    background: #CFCECE;
    border-radius: 0px 2px 2px 0px;
}

.level_1 .lev-1,
.level_2 .lev-1,
.level_3 .lev-1,
.level_4 .lev-1 {
    background: #FEE19B;
}

.level_2 .lev-2,
.level_3 .lev-2,
.level_4 .lev-2 {
    background: #FDB506;
}

.level_3 .lev-3,
.level_4 .lev-3 {
    background: #FC6736;
}

.level_4 .lev-4 {
    background: #C85282;
}