/*首页菜单s*/
.indexmenu{
    display:flex;
    justify-content: start;
    flex-wrap: wrap;
}
.indexmenu a{
    text-align:center;
    width: 20%;
    margin: 5px 0;
}
.indexmenu a img{
    width: 40px;
    margin-bottom: 3px;
}
/*首页菜单e*/
/*首页商品s*/
.goods .title{
    text-align:center;
    font-size:16px;
    height:40px;
    line-height:40px;
}
.goodlist{
    display:flex;
    flex-wrap:wrap;
}
.goodlist .list{
    width:32%;
    background:#fff;
    border-radius:3px;
    overflow:hidden;
    margin:2px 0.5%;
}
.goodlist .list dd,.goodlist .list dt{
    padding:0 5px;
    margin:5px 0;
    /*box-sizing:border-box;*/
}
.goodlist .list dt{
    width:100%;
    word-break: break-word;
    word-wrap: break-word; /* IE */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -o-pre-wrap; /* Opera 7 */
}
.goodlist .list dd{
    display:flex;
    justify-content:space-between;
}
.goodlist .list dd span.ccc{
    text-decoration:line-through;
}
.goodlist .layui-flow-more{
    width:32%;
}
/*首页商品e*/
/*商品详情s*/
#goodsInfo{

}
#goodsInfo .title{
    border-radius:3px;
    background:#fff;
    margin-top:10px;
    padding:5px;
}
#goodsInfo .title div{
    margin:5px 0;
}
#goodsInfo .title .good-name{
    word-break: break-word;
    word-wrap: break-word;
}
#goodsInfo .title .desc{
    color:#bfbfbf;
}
#goodsInfo .title .price{
    display:flex;
    justify-content:space-between;
    color: #bfbfbf;
}
#goodsInfo .title .price span:first-child{
    color:#dd524d;
    font-size:16px;
}
#goodsInfo .goodsnum{
    background:#fff;
    margin-top:10px;
    height:40px;
    display:flex;
    justify-content:space-between;
    padding:5px;
    align-items:center;
}
#goodsInfo .content .info{
    padding:5px 5px 50px 5px;
}
/*商品详情e*/
/*收货地址s*/
#address{
    padding:50px 5px 55px 5px;
}
#address .address-item{
    background:#fff;
    border-radius:3px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:70px;
    padding:5px;
    margin:5px 0;
    position:relative;
}
#address .address-item div{
    margin:0 5px;
}
#address .address-item .left{
    font-size:14px;
}
#address .address-item .center{
    font-size:16px;
    flex:1;
}
#address .address-item .center p{
    margin:5px 0;
}
#address .address-item .center p:first-child{
    display:flex;
    justify-content:space-between;
}
#address .address-item .center p:last-child{
    color:#9e9c9c;
    width:100%;
    word-break: break-word;
    word-wrap: break-word;
}
#address .address-item .center p span:first-child{
    font-weight:bold;
    font-size:16px;
}
#address .address-item .center p span:last-child{
    color:#9e9c9c;
}
#address .address-item .right{
    border-left:1px solid #dfdfdf;
    padding-left:5px;
    font-size:20px;
}
#address .button{
    background:#dd524d;
    color:#fff;
    padding:2px 3px;
    border-radius:3px;
}
/*收货地址e*/
/*提交订单界面s*/
#cart{
    padding:45px 0 50px 0;
}
#cart .address{
    background:#fff;
    display:flex;
    border-radius:3px;
    min-height:70px;
    align-items:center;
    padding:0 5px;
}
#cart .address .left{
    flex:1;
}
#cart .address .left p{
    margin:5px 0;
}
#cart .address .left p:first-child{
    display:flex;
    justify-content:space-between;
}
#cart .address .left p:last-child{
    color:#9e9c9c;
}
#cart .address .left p .cc{
    color:#9e9c9c;
}
#cart .address .rot-nav{
    margin-left:10px;
}
/*提交订单界面e*/
/*分类列表s*/
#cate{
    padding: 45px 0 50px 0;
    display: flex;
    height: 100%;
}
#cate .cate-left{
    width: 25%;
    border-right: 1px solid #bfbfbf;
    overflow-y: auto;
    height: 100%;
}
#cate .cate-left a{
    line-height: 40px;
    width: 100%;
    text-align: center;
    height: 40px;
    display: inline-block;
    border-bottom: 1px solid #bfbfbf;
}
#cate .cate-left a.active{
    color: #F93368;
}
#cate .cate-right{
    flex: 1;
    overflow-y: auto;
    height: 100%;
    padding: 5px;
}
#cate .cate-right .topad img{
    max-height: 150px;
    width: 100%;
}
#cate .cate-right .cate-list .title{
    height: 30px;
    line-height: 30px;
}
#cate .cate-right .cate-list .cate-item-list{
    padding: 5px;
    background: #fff;
    display: flex;
    border-radius: 3px;
    flex-wrap: wrap;
}
#cate .cate-right .cate-list .cate-item-list .cate-item{
    text-align: center;
    width: 33%;
}
#cate .cate-right .cate-list .cate-item-list .cate-item img{
    height: 60px;
    width: 60px;
}
/*分类列表e*/
/*公告s*/
#notice{
    padding: 50px 5px 50px 5px;
    /*background:#fff;*/
    height:100%;
    width:100%;
    box-sizing:border-box;
}
.hui-media-list li{
    margin-bottom: 5px;
    border-radius: 3px;
}
.notice-time{
    text-align:right;
    height:30px;
    line-height:30px;
}
/*公告e*/
/*个人中心首页s*/
#user .top{
    height: 200px;
    background: #F93368;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
}
#user .top .head_pic{
    padding-top: 25px;
}
#user .top .head_pic a{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    border: 5px solid #E56A87;
}
#user .top .head_pic a img{
    width:100%;
    height:100%;
}
#user .top .head_pic p{
    margin-bottom: 5px;
}
#user .top .canvas{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    z-index: 10;
}
#user .top .canvas svg{
    position: absolute;
    top: 0;
    left: 0;
}
#user .money{
    min-height: 70px;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    display: flex;
    align-items: center;
}
#user .money a{
    text-align: center;
    flex: 1;
    line-height: 1.5rem;
}
#user .money a dl dt{
    color: #BB7A92;
    margin-bottom: 5px;
}
#user .menu{
    min-height: 50px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-around;
    padding: 5px;
    background: #fff;
}
#user .menu a{
    background: #F2F2F2;
    width: 80px;
    text-align: center;
    padding: 3px 8px;
    border-radius: 3px;
}
#user .user_menu{
    margin-top: 10px;
    padding: 5px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 3px;
}
#user .user_menu a{
    width: 33.33%;
    text-align: center;
    margin: 10px 0;
}
#user .user_menu a dt{
    margin:0 auto 5px;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#user .user_menu a dt i{
    font-size: 22px;
    height: 22px;
    width: 22px;
}
/*个人中心首页e*/
/*个人资料s*/
#userinfo{

}
#userinfo .userinfo-list{
    background: #fff;
    border-radius: 3px;
}
#userinfo .userinfo-list a dl{
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    border-bottom: 1px solid #bfbfbf;
}
#userinfo .userinfo-list a:last-child dl{
    border-bottom: none;
}
#userinfo .userinfo-list a dl dt,#userinfo .userinfo-list a dl dd{
    /*font-size: 16px;*/
}
#userinfo .userinfo-list a dl dd img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    vertical-align: bottom;
    margin: 5px  0;
}
/*个人资料e*/