/*幻灯片*/
#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;
}
.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{
    font-size: 0;
    width: 95%;
    padding: 0 2.5%;
    position: relative;
    margin-top: 10px;
}
.menu .item{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 0.75rem;
    margin-bottom: 10px;
    color: #767676;
}
.menu .item img{
    height: 40px;
    width: 40px;
    display: block;
    margin: 5px auto 5px;
}
.menu .swiper-active{
    background-color: #0498E2 !important;
    opacity: 0.9 !important;
}
.menu .swiper-pagination{
    bottom: -2px !important;
}
.menu .swiper-pagination span{
    height: 5px;
    width: 5px;
}
.menu .swiper-active{
    background-color: #0498E2 !important;
    opacity: 1 !important;
    width: 12px !important;
    border-radius: 20px !important;
}


.ad{
    font-size: 0;
    width: 100%;
}
.ad .title{
    width: 90%;
    padding: 0 2%;
    margin: 10px auto 0;
    font-size: 1.1rem;
    font-weight: bolder;
    background: linear-gradient(to right, #111111, #0498E2);
    -webkit-background-clip: text;
    color: transparent;
}
.ad .list{
    padding: 10px 10px 10px 20px;
    width: 100%;
    margin-right: 10px;
    white-space: nowrap;
    overflow-x: auto;
}
.ad .list .item{
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    padding: 5px;
    margin-right: 10px;
    overflow: hidden;
    min-height:0;
    min-width: 0;
    white-space: normal;
    box-shadow: 0 0 10px 0 hsla(0, 0%, 90%, 0.7);
    -webkit-box-shadow: 0 0 10px 0 hsla(0, 0%, 90%, 0.7);
    -moz-box-shadow: 0 0 10px 0 hsla(0, 0%, 90%, 0.7);
    border-radius: 5px;
}
.ad .list .item:last-child{
    margin-right: 30px;
}
.ad .list .item>div:first-child{
    width: 120px;
    height: 120px;
}
.ad .list .item>div:first-child img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.ad .list .item>div:nth-child(2){
    width: 95%;
    padding: 0 2.5%;
    height: 40px;
}
.ad .list .item>div:nth-child(2) div{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    font-size: 0.8rem;
    color: #454545;
}
.ad .list .item>div:nth-child(3){
    width: 95%;
    padding: 0 2.5%;
}
.ad .list .item>div:nth-child(3)>div{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.ad .list .item>div:nth-child(3)>div:first-child{
    font-size: 1.25rem;
    font-weight: bolder;
    color: #0498E2;
}
.ad .list .item>div:nth-child(3)>div:first-child span{
    font-size: 0.75rem;
}
.ad .list .item>div:nth-child(3)>div:last-child{
    font-size: 0.75rem;
    color: #999999;
    text-align: right;
}
.ad .list .item>div:nth-child(3)>div:last-child span{
    color: white;
    background: linear-gradient(to right, #0498E2, #0498E2);
    padding: 1px 3px;
    border-radius: 3px;
}


.goods{
    font-size: 0;
    width: 100%;
}
.goods .title{
    width: 90%;
    padding: 0 2%;
    margin: 10px auto 0;
    font-size: 1.1rem;
    font-weight: bolder;
    background: linear-gradient(to right, #111111, #0498E2);
    -webkit-background-clip: text;
    color: transparent;
}
.goods .list{
    padding: 10px;
    width: calc(100% - 20px);
}
.goods .list .item{
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 15px);
    padding: 5px;
    overflow: hidden;
    min-height:0;
    min-width: 0;
    white-space: normal;
    box-shadow: 0 0 10px 0 hsla(0, 0%, 90%, 0.7);
    -webkit-box-shadow: 0 0 10px 0 hsla(0, 0%, 90%, 0.7);
    -moz-box-shadow: 0 0 10px 0 hsla(0, 0%, 90%, 0.7);
    border-radius: 5px;
    margin-bottom: 10px;
}
.goods .list .item:nth-child(odd){
    margin-right: 5px;
}
.goods .list .item:nth-child(even){
    margin-left: 5px;
}
.goods .list .item>div:first-child{
    width: 100%;
    height: 100%;
    text-align: center;
}
.goods .list .item>div:first-child img{
    width: 98%;
    /*height: 130px;*/
    margin: 0 auto;
    border-radius: 5px;
}
.goods .list .item>div:nth-child(2){
    width: 95%;
    padding: 0 2.5%;
    height: 40px;
    margin-top: 5px;
}
.goods .list .item>div:nth-child(2) div{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    font-size: 0.95rem;
    color: #454545;
}
.goods .list .item>div:nth-child(3){
    width: 95%;
    padding: 0 2.5%;
}
.goods .list .item>div:nth-child(3)>div{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.goods .list .item>div:nth-child(3)>div:first-child{
    font-size: 0.95rem;
    color: #0498E2;
}
.goods .list .item>div:nth-child(3)>div:first-child div{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    font-weight: bolder;
}
.goods .list .item>div:nth-child(3)>div:first-child>div:last-child{
    font-size: 0.75rem;
    color: #999999;
    margin-top: 2px;
    margin-left: 2px;
    /*text-decoration: line-through;*/
}
.goods .list .item>div:nth-child(3)>div:first-child span{
    font-size: 0.75rem;
}
.goods .list .item>div:nth-child(3)>div:last-child{
    font-size: 0.75rem;
    color: #999999;
    text-align: right;
}
.goods .list .item>div:nth-child(3)>div:last-child span{
    color: white;
    background: linear-gradient(to right, #0498E2, #0498E2);
    padding: 3px;
    border-radius: 3px;
    font-size: 22px;
}