/* pages/store/index.wxss */
#container {
    bottom: 0;
    background: white !important;
}
.header{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    /*filter: blur(3px);*/
}
.name{
    position: absolute;
    font-size: 17px;
    font-weight: bold;
    color: white;
    padding: 10px 0;
    top: 30px;
    left: 15px;
    width: calc(100% - 0px);
    white-space: pre-line;
}
.time{
    position: absolute;
    font-size: 11px;
    /*font-weight: bold;*/
    margin-top: 5px;
    color: white;
    padding: 10px 0;
    top: 70px;
    left: 15px;
    width: calc(100% - 30px);
    white-space: pre-line;
}
.address{
    display: block;
    position: absolute;
    top: 140px;
    left: 15px;
    width: calc(100% - 0px);
    font-size: 0;
    margin-top: 5px;
}
.address .image{
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 2px;
}
.address div{
    width: calc(100% - 20px);
    font-size: 12px;
    color: white;
    /*font-weight: bold;*/
    padding-left: 5px;
    /*height: 15px;*/
    display: inline-block;
    vertical-align: middle;
    white-space: pre-line;
    /*height: 40px;*/
    /*line-height: 20px;*/
}
.address2{
    display: block;
    position: absolute;
    top: 110px;
    left: 15px;
    width: calc(100% - 0px);
    font-size: 0;
    margin-top: 5px;
}
.address2 .image{
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 2px;
}
.address2 div{
    width: calc(100% - 20px);
    font-size: 12px;
    color: white;
    /*font-weight: bold;*/
    padding-left: 5px;
    /*height: 25px;*/
    display: inline-block;
    vertical-align: middle;
    white-space: pre-line;
    /*height: 40px;*/
    /*line-height: 20px;*/
}
.code{
    height: 75px;
    width: 100%;
    background-color: white;
    text-align: center;
}
.code .work{
    display: inline-block;
    background-color: #1E9FFF;
    color: white;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 20px;
}
.code .work2{
    display: inline-block;
    background-color: #1E9FFF;
    color: white;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 20px;
}
.code .nowork{
    display: inline-block;
    background-color: #e6e6e6;
    color: #565656;
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 20px;
}
.tab{
    font-size: 0;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    height: 35px;
    line-height: 35px;
    background-color: white;
}
.tab .item{
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    font-size: 13px;
    text-align: center;
    color: #999999;
}
.tab .active{
    color: #1E9FFF;
    font-weight: bold;
}
.tab .active div{
    width: 50px;
    border: 1px solid #1E9FFF;
    margin: 0 auto;
    margin-top: -1px;
}

.list{
    width: 95%;
    padding: 15px 2.5%;
    background-color: white;
     margin-top: -45px;
}
.list .people{
    width: 95%;
    padding: 10px 2.5%;
    font-size: 0;
    /*height: 65px;*/
    border-radius: 5px;
    /* border:1rpx solid #e6e6e6; */
    box-shadow: 0 0 10px 0 hsla(0, 0%, 77%, 0.6);
    -webkit-box-shadow: 0 0 10px 0 hsla(0, 0%, 77%, 0.6);
    -moz-box-shadow: 0 0 10px 0 hsla(0, 0%, 77%, 0.6);
    margin-bottom: 10px;
}
.list .people>div{
    display: inline-block;
    vertical-align: middle;
    /*height: 65px;*/
}
.list .people>div:first-child{
    width: 70px;
}
.list .people>div:first-child img{
    width: 60px;
    height: 60px;
    display: block;
    margin: 3px auto;
    border-radius: 100%;
}
.list .people>div:nth-child(2){
    width: calc(100% - 145px);
    /*height: 65px;*/
    padding-left: 10px;
    padding-right: 5px;
}
.list .people>div:nth-child(2)>div:first-child{
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    /*margin-top: 3px;*/
}
.list .people>div:nth-child(2)>div:nth-child(2){
    width: 100%;
    font-size: 11px;
    /* font-weight: bold; */
    color: #767676;
    /*margin-top: 5px;*/
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.list .people>div:nth-child(2)>div:nth-child(3){
    width: 100%;
    font-size: 10px;
    /* font-weight: bold; */
    color: #999999;
    /*margin-top: 5px;*/
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}
.list .people>div:nth-child(3){
    width: 60px;
    height: 75px;
    text-align: center;
}
.list .people>div:nth-child(3) .active{
    display: inline-block;
    vertical-align: middle;
    background-color: #1E9FFF;
    color: white;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 20px;
}
.list .people>div:nth-child(3) .rest{
    display: inline-block;
    vertical-align: middle;
    background-color: #cdcdcd;
    color: #666666;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 18px;
}
.list .people>div:nth-child(3) .price{
    display: inline-block;
    vertical-align: middle;
    color: #1E9FFF;
    font-size: 11px;
    margin-top: 5px;
}
.list .people>div:nth-child(3) .price span{
    color: #1E9FFF;
}
.list .people>div:nth-child(5){
    display: inline-block;
    /*border: 1px solid #565656;*/
    font-size: 10px;
    padding: 2px 8px;
    color: #868686;
    border-radius: 3px;
}


.list2{
    width: 95%;
    padding: 15px 2.5%;
    /* margin-top: 5px; */
    text-align: center;
}
.list2 .evaluate{
    width: 100%;
    font-size: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
    text-align: left;
}
.list2 .evaluate>div:first-child{
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.list2 .evaluate>div:first-child img{
    width: 35px;
    height: 35px;
    display: block;
    margin:  3px 5px 0;
    border-radius: 100%;
}
.list2 .evaluate>div:last-child{
    width: calc(100% - 50px);
    margin-left: 50px;
}
.list2 .evaluate>div:last-child>div:first-child{
    font-size: 14px;
    color: #2c2c2c;
}
.list2 .evaluate>div:last-child>div:nth-child(2){
    font-size: 12px;
    color: #565656;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 3px;
    line-height: 20px;
}
.list2 .evaluate>div:last-child>div:nth-child(3){
    font-size: 11px;
    color: #999999;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
}
.list2 .evaluate>div:last-child>div:nth-child(4){
    font-size: 11px;
    color: #999999;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    height: 35px;
    line-height: 35px;
}
.list2 .all{
    /* height: 60rpx; */
    /* line-height: 60rpx; */
    text-align: center;
    display: inline-block;
    margin: 5px auto;
    border-radius: 5px;
    padding: 5px 18px;
    font-size: 12px;
    color: #333333;
    border: 1px solid #333333;
}

.list3{
    width: 95%;
    padding: 15px 2.5%;
    /* margin-top: 5px; */
    font-size: 0;
}
.list3>div:first-child{
    height: 65px;
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.list3>div:first-child>div:first-child{
    font-size: 30px;
    font-weight: bold;
    color: #2c2c2c;
}
.list3>div:first-child>div:last-child{
    font-size: 13px;
    /* font-weight: bold; */
    color: #565656;
}
.list3>div:nth-child(2){
    height: 65px;
    width: calc(33.33% - 1px);
    border-left: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.list3>div:nth-child(2)>div:first-child{
    font-size: 30px;
    font-weight: bold;
    color: #2c2c2c;
}
.list3>div:nth-child(2)>div:last-child{
    font-size: 13px;
    /* font-weight: bold; */
    color: #565656;
}
.list3>div:nth-child(3){
    height: 65px;
    width: calc(33.33% - 1px);
    border-left: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.list3>div:nth-child(3)>div:first-child{
    font-size: 30px;
    font-weight: bold;
    color: #2c2c2c;
}
.list3>div:nth-child(3)>div:last-child{
    font-size: 13px;
    /* font-weight: bold; */
    color: #565656;
}