#container{
    /*padding-bottom: 0;*/
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0px;
    padding-bottom: 50px;
    height: auto;
}

.blogo{
    width: 95%;
    padding: 5px 2.5%;
}
.blogo img{
    width: 100%;
    border-radius: 10px;
}

.name,.intro{
    width: 95%;
    padding: 0px 2.5% 5px;
    border-bottom: 1px solid #e6e6e6;
}
.name>div:first-child{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.name>div:nth-child(2){
    font-size: 0;
}
.name>div:nth-child(2)>span{
    font-size: 20px;
    margin-right: -4px;
    color: red;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.name>div:nth-child(2) .look{
    color: #999999;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.name>div:nth-child(2) .price{
    float: right;
    margin-top: 0px;
    color: red;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.name>div:nth-child(2) .price span{
    font-size: 11px;
    color: #999999;
    font-weight: normal;
}

.intro{
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.intro>div{
    display: inline-block;
    vertical-align: middle;
}
.intro>div:first-child{
    width: 40px;
    text-align: center;
    float: left;
}
.intro>div:last-child{
    width: calc(100% - 40px);
    font-size: 14px;
}
.intro>div>div{
    width: 100%;
    white-space: nowrap;
    overflow-x:scroll;
    float:left;
    overflow-y:hidden;
    display: inline;
}
.intro>div:last-child img{
    height: 60px;
    width: 60px;
    border-radius: 5px;
    margin: 5px 5px 0 0;
}
.intro>div:last-child>span{
    font-size: 11px;
    color: #999999;
    background: transparent;
}
.footer{
    height: 50px;
    width: 100%;
    font-size: 0;
    border-top: 1px solid #E6E6e6;
    position: fixed;
    bottom: 0;
}
.footer>div{
    display: inline-block;
    vertical-align: middle;
    width: 16.66%;
    text-align: center;
    font-size: 11px;
    color: #666666;
}
.footer>div span{
    font-size: 25px;
    display: block;
    margin-bottom: -5px;
}
.footer>div:last-child{
    width: 50%;
}
.footer>div:last-child a{
    font-size: 14px;
    color: white;
    background: red;
    border-radius: 30px;
    padding: 10px 0px;
    margin: 5px auto;
    display: block;
    width: 95%;
}