*{
    padding: 0;
    margin: 0;
}
html,body{
    width: 100%;
    padding: 0;
    margin: 0;
}
.nav-top{
    position: fixed;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    height: 90px;
}
.nav-top .left{
    float: left;
}
.nav-top .right{
    float: right;
}
.nav-top-tixing,.nav-top-msg,.nav-top-search{
    width: 25px;
}
.nav-title{
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: bold;
}
.nav-top-tixing,.nav-top-msg{
    margin-left: 15px;
    margin-top: 15px;
}
.nav-top-msg{
    margin-left: 5px;
}
.nav-top-search{
    margin-right: 15px;
    margin-top: 15px;
}
.nav-btn-box{
    background-color: #fff;
}
.nav-btn-box button{
    width: 100px;
    height: 30px;
    background-color: rgb(240,239,244);
    color: rgb(86,90,101);
    position: absolute;
    top: 50px;
    left: 15px;
    border-radius: 15px;
    border: 0;
}
.nav-btn-box button:last-child{
    left: 130px;
}
.nav-btn-box button.active{
    background-color: rgb(72,128,241);
    color: #fff;
}

#carousel-example-generic{
    padding-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
}

.shop-nav{
    padding-top: 20px;
    font-weight: bold;
}
.shop-nav button,.shop-sort button{
    background:none;
    color: rgb(86,90,101);
    font-size: 16px;
    border: 0;
    min-width: 80px;
}
.shop-nav button.active,.shop-sort button.active{
    color: rgb(76,125,226);
}
.shop-sort{
    margin-top: 15px;
}
.shop-sort button{
    font-size: 15px;
}
.swiper-slide {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.index-slide img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 8px 15px rgba(0,0,0,0.2);
}
.swiper-slide .shop-item {
    width: 90%;
    height: 90%;
    position: absolute;
    object-fit: contain;
    left: 50%;
    top: 53%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
}
.swiper-slide .swiper-slide-icon{
    position: absolute;
    left: 5%;
    top: 8%;
    width: 50px;
    height: 20px;
    background: url(/static/h5/images/shop/shop-icon.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-left: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.shop-item-content{
    background-color: rgb(243,244,246);
    border-radius: 3px;
    width: 90%;
    margin: 0 auto;
    /*margin-top: 5px;*/
    padding: 5px;
}
.shop-item-content-left,.shop-item-content-right{
    width: 49%;
    display: inline-block;
}
.shop-item-content-head-pic{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
}
.shop-item-content-title{
    font-size: 15px;
    font-weight: bold;
}
.shop-item-content-head-name{
    vertical-align: middle;
    font-size: 13px;
    display: inline-block;
}
.shop-item-content-right{
    text-align: right;
}
.shop-item-content-num{
    color: rgb(136,140,151);
    font-size: 12px;
}
.shop-item-content-price{
    font-size: 20px;
    font-weight: bold;
}
.shop-item-content-price-icon{
    font-size: 12px;
}
.shop-play-item-body{
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    flex-direction: row;
}
.shop-play-item-time{
    color: rgb(136,140,151);
    margin-left: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.shop-play-item-left{
    width: 100px;
    height: 100px;
    display: inline-block;
    flex-grow: 1;
}
.shop-play-item-right{
    background-color: rgb(244,245,247);
    height: 100px;
    width: 100%;
    margin-left: 5px;
    display: inline-block;
    position: relative;
    border-radius: 5px;
}
.shop-play-item-img{
    position: relative;
    width: 130px;
    height: 100px;
}
.shop-play-item-img .shop-item {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.shop-play-item-img .swiper-slide-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 20px;
    background: url(/static/h5/images/shop/shop-icon.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-left: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.shop-play-item-right-head img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
}
.shop-play-item-right-head{
    position: absolute;
    left: 10px;
    bottom: 0px;
    font-size: 12px;
}
.shop-play-item-right-tit{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 16px;
    font-weight:bold;
}
.shop-play-item-right-num{
    position: absolute;
    left: 10px;
    top: 35px;
    font-size: 12px;
    color: rgb(136,140,151);
}
.shop-play-item-right-sta{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: rgb(136,140,151);
}
.shop-play-item-right-price{
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 16px;
    color: rgb(173,148,66);
}
.shop-play-item-right-price img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.shop-body-1{
    padding-bottom: 50px;
}
.shop-body-2{
    display: none;
    padding-bottom: 50px;
}
.shop-status{
    position: absolute;
    right: 5%;
    top: 9%;
    width: 70px;
}

/* 底部菜单 */
#bottomTabDiv {
    position: fixed; bottom: 0; left: 0; z-index: 20000; background: #FFFFFF; width: 100%;
    height: 60px; line-height: 60px;
}
#bottomTabDiv .bottomTabItem {
    display: inline-block; vertical-align: top; text-align: center;
    position: relative;
    height: 100%; text-decoration: none; color: #0C0C0C;
}
#bottomTabDiv .bottomTabIcon {
    width: 20px; display: block;
    position: absolute; top:10px; left:50%; transform: translate(-50%, 0);
}
#bottomTabDiv .bottomTabTitle {
    height: 30px; line-height: 30px;  margin-top: 25px; font-size: 14px;
}
.blueColor { color: RGB(75,125,225); }

/* 通用的新的顶部标题栏 */
.common-title-div {
    height: 100px; width: 100%;
}
/* 需要固定的 title */
.common-title-fixed-div {
    position: fixed; top:0; left: 0; background: #FFFFFF; z-index: 200;
}
.common-title-div .back-icon {
    width: 22px; height: 22px; position: fixed; left: 20px; top: 40px;
}
.common-title-div .common-page-title {
    text-align: center; padding-top: 40px; font-weight: 700; font-size: 16px;
}
/* 通用的按钮 */
.common-btn {
    display: inline-block; text-decoration: none; text-align: center; padding: 0;
    height: 30px; line-height: 30px;  width: 100px; border-radius: 15px;
}
.common-btn-small { height: 25px; line-height: 25px;  width: 60px; }
.common-btn-big { height: 40px; line-height: 40px;  width: 180px; border-radius: 40px; font-size: 16px; }
.common-btn-blue {
    background-image: url(/static/h5/images/myGoodList/tab0/tabBgChoosed.png);
    background-size: 200% 200%; background-position: center; color: #FFFFFF;
}
.common-btn-cancel {
    background-image: url(/static/h5/images/myGoodList/tab0/tabBg.png);
    background-size: 200% 200%; background-position: center; color: RGB(85,90,100);
}

/*   遮罩层  */
#blackDiv {
    display: none;
    background: #0f0f0f; width: 100%; height: 100%; z-index: 200;
    position: fixed; top:0; left:0; opacity: 0.5;
}


