/*幻灯片*/
#container{
    position: relative;
    font-size: 0;
}
.title{
    background: #0498E2;
    color: white;
    font-size: 0;
    width: 100%;
    text-align: center;
    position: relative;
}
.title .item{
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: white;
}
.title .item:first-child{
    position: absolute;
    left: 5px;
}
.title .item:first-child span{
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
#btn-back{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 2rem;
    color: #999999;
}
.search{
    z-index: 9999;
    width: calc(90% - 30px);
    padding: 0 2%;
    margin: 10px auto;
    top: 10px;
    background: white;
    border-radius: 20px;
    height: 28px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    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;
    font-size: 1rem;
    color: #767676;
    width: 15px;
}
.search input{
    outline: 0;
    width: calc(100% - 35px);
    display: inline-block;
    vertical-align: middle;
    border: 0;
    height: 25px;
    line-height: 25px;
    margin-top: -3px;
    background: transparent;
    font-size: 0.85rem;
    color: #666666;
}
.search input::placeholder{
    font-size: 0.8rem;
    color: #999999;
}



.tab{
    width: 100%;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}
.tab .item{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    font-size: 0.85rem;
    text-align: center;
    color: #565656;
    position: relative;
    height: 30px;
    line-height: 30px;
}
.tab .active{
    font-weight: bolder;
    background: linear-gradient(to right, #0498E2, #0498E2);
    -webkit-background-clip: text;
    color: transparent;
}
.tab .active span{
    display: inline-block;
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, #0498E2, #0498E2);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}




.tab2{
    font-size: 0;
    width: 100%;
}
.tab2 .item{
    width: calc(33.33% - 1px);
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #454545;
    position: relative;
}
.tab2 .item:nth-child(4){
    width: 25%;
    border-right: 0;
}
.tab2 .active{
    border-bottom: 0;
    color: #0498E2;
}
.tab2 .active span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0498E2;
    bottom: 0;
}



.list1{
    width: 95%;
    padding: 5px 2.5%;
    font-size: 0;
    margin-top: 10px;
}
.list1 .item{
    width: 92%;
    box-shadow: 0 0 10px 0 hsla(0,6%,58%,.45);
    -webkit-box-shadow: 0 0 10px 0 hsla(0,6%,58%,.45);
    -moz-box-shadow: 0 0 10px 0 hsla(0,6%,58%,.45);
    padding: 10px 4%;
    border-radius: 10px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #e6e6e6;*/
}
.list1 .item>div{
    display: inline-block;
    vertical-align: middle;
}
.list1 .item>div:first-child{
    width: 70%;
    color: #565656;
    font-size: 0.95rem;
    font-weight: bolder;
}
.list1 .item>div:first-child span{
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-weight: normal;
}
.list1 .item>div:nth-child(2){
    width: 30%;
    text-align: right;
    font-size: 0.85rem;
    color: #0498E2;
}
.list1 .item>div:nth-child(3){
    width: 100%;
}
.list1 .item>div:nth-child(3) .goods-item{
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #F2F2F2;
}
.list1 .item>div:nth-child(3) .goods-item:last-child{
    border-bottom: 0;
    padding-bottom: 2px;
}
.list1 .item>div:nth-child(3) .goods-item>div{
    display: inline-block;
    vertical-align: middle;
}
.list1 .item>div:nth-child(3) .goods-item>div:first-child{
    width: 55px;
    height: 55px;
    vertical-align: middle;
    line-height: 55px;
}
.list1 .item>div:nth-child(3) .goods-item>div:first-child img{
    width: 100%;
    border-radius: 5px;
    vertical-align: middle !important;
}
.list1 .item>div:nth-child(3) .goods-item>div:nth-child(2){
    width: calc(100% - 70px);
    margin-left: 10px;
}
.list1 .item>div:nth-child(3) .goods-item>div:nth-child(2)>div:first-child{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    overflow: hidden;
    font-size: 0.95rem;
    color: #333333;
    height: 30px;
    line-height: 30px;
}
.list1 .item>div:nth-child(3) .goods-item>div:nth-child(2)>div:nth-child(2){
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
    color: #666666;
}
.list1 .item>div:nth-child(3) .goods-item>div:nth-child(2)>div:nth-child(3){
    font-size: 0.8rem;
    height: 20px;
    line-height: 20px;
    color: #666666;
}
.list1 .item>div:nth-child(4){
    width: 50%;
    font-size: 0.9rem;
    height: 30px;
    line-height: 30px;
    /*border-bottom: 1px solid #F2F2F2;*/
}
.list1 .item>div:nth-child(5){
    text-align: right;
    width: 50%;
    font-size: 0.8rem;
    color: #666666;
    height: 30px;
    line-height: 30px;
    /*border-bottom: 1px solid #F2F2F2;*/
}
.list1 .item>div:nth-child(6){
    width: 100%;
    text-align: right;
    /*height: 30px;*/
    /*line-height: 40px;*/
}
.list1 .item>div:nth-child(6) a{
    font-size: 0.8rem;
    border: 1px solid #a1a1a1;
    color: #565656;
    padding: 3px 10px;
    margin-left: 8px;
    border-radius: 5px;
}
.list1 .item>div:nth-child(6) .active{
    color: #0498E2;
    border: 1px solid #0498E2;
}


.tab3{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.tab3 ul{
    position: absolute;
    height: 80px;
    left: 0px;
    right: 0px;
    list-style: none;
    font-size: 0;
    white-space: nowrap;
    overflow-x:scroll;
    float:left;
    overflow-y:hidden;
    display: inline;
}
.tab3 ul li{
    min-width: 67px;
    width: 22%;
    font-size: 13px;
    height: 80px;
    /*line-height: 30px;*/
    text-align: center;
    color: #666666;
    display:inline-block;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    word-wrap:break-word;
    word-break:break-all;
}
.tab3 ul li img{
    display: block;
    margin: 10px auto 4px;
    height: 40px;
    width: 40px;
}
.tab3 ul .active a{
    color: #0498E2;
    /*background-color: #0498E2;*/
}