/*幻灯片*/
#container{
    position: relative;
}
.back{
    position: absolute;
    width: 95px;
    /*text-align: center;*/
    top: 6px;
    background: white;
    border-radius: 20px;
    height: 33px;
    line-height: 33px;
    display: block;
    color: #444444;
    font-weight: bold;
    font-size: 0.95rem;
}
.back span{
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.search{
    position: absolute;
    z-index: 9999;
    width: calc(98% - 95px);
    /*padding: 0 2%;*/
    left: 95px;
    top: 6px;
    background: white;
    border-radius: 20px;
    height: 33px;
    line-height: 35px;
    display: block;
    color: #565656;
    font-size: 0.8rem;
    box-shadow: 0 0 10px 0 hsla(0,6%,58%,.2);
    -webkit-box-shadow: 0 0 10px 0 hsla(0,6%,58%,.2);
    -moz-box-shadow: 0 0 10px 0 hsla(0,6%,58%,.2);

}
.search span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 5px;
    margin-top: -3px;
}

/*幻灯片*/
.swiper-container{
    width: 100%;
    /*height: 9.15rem;*/
    box-sizing: border-box;
    /*margin-top: 45px;*/
    margin-top: 55px;
}
.swiper-container .swiper-slide{
    width: 100% !important;
    height: 100% !important;
}
.swiper-container a{
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-container img{
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
}
.swiper-active{
    background-color: #0498E2 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet{
    width: 25px !important;
    height: 5px !important;
    border-radius: 5px !important;
}

.menu{
    width: 95%;
    padding: 5px 2.5%;
    font-size: 0;

}
.menu .item2{
    width: 25%;
    margin: 10px 0px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.menu .item2 span{
    background: #f4f4f4;
    color: #666666;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 13px;
}
.menu .active span{
    background: #0498E2;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 13px;
}



.list{
    width: 95%;
    padding: 5px 2.5%;
    font-size: 0;
}
.list .item{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6e6;
    padding-bottom: 20px;
}
.list .item .header>div{
    display: inline-block;
    vertical-align: middle;
}
.list .item .header>div:first-child{
    width: 60px;
}
.list .item .header>div:first-child img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 5px;
}
.list .item .header>div:nth-child(2){
    width: calc(100% - 145px);
}
.list .item .header>div:nth-child(2)>div:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.list .item .header>div:nth-child(2)>div:first-child div{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
}
.list .item .header>div:nth-child(2)>div:last-child{
    font-size: 14px;
    color: #999999;
}
.list .item .header>div:last-child{
    width: 85px;
    background: red;
    font-size: 14px;
    color: white;
    text-align: center;
    border-radius: 20px;
    padding: 5px 0;
}
.list .item .header>div:last-child a{
    color: white;
}
.list .item .header>div:last-child a span{
    font-size: 20px;
    margin-right: 2px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}
.list .item .content{
    font-size: 16px;
    color: #565656;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
}
.list .item .content span{
    font-size: 13px;
    color: white;
    background: #00a3ee;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    padding: 0px 5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.list .item .imgs div{
    display: inline-block;
    vertical-align: middle;
    width: calc(33.33% - 12px);
    /*border: 1px dashed #e6e6e6;*/
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    height: 8rem;
    /*line-height: 7rem;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.list .item .btns{
    margin-top: 5px;
}
.list .item .btns a{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    font-size: 17px;
}
.list .item .btns a span{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 20px;
    margin-right: 4px;
}

.list .item .evaluates{
    width: calc(100% - 20px);
    padding: 10px;
    border-radius: 5px;
    background: #F2F2F2;
    margin-bottom: 10px;
}
.list .item .evaluates>div{
    font-size: 14px;
    margin-bottom: 5px;
}
.list .item .evaluates>div span{
    color: #00a3ee;
}
.btn-add{
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 9999999999;
}
.btn-add span{
    font-size: 40px;
    color: #333333;
    background: white;
    border-radius: 100%;
}

.showMore{
    color: #00a3ee;
    font-size: 17px;
    /*position: absolute;*/
    right: 0px;
    bottom: -2px;
    background: white;
    display: none;
}


.footer{
    height: 50px;
    width: 100%;
    font-size: 0;
    border-top: 1px solid #E6E6e6;
    position: fixed;
    bottom: 0;
    background: white;
}
.footer>div{
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    text-align: center;
    font-size: 11px;
    color: #666666;
}
.footer>div span{
    font-size: 25px;
    display: block;
    margin-bottom: -5px;
}