*{
    margin:0;
}
.shop-index-content{
    background: #F7F7F7;
    padding: 30px 0;
}
.content{
    background: #fff;
    width: 1180px;
    height: 592px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-content{
    margin-left:100px;
}
.shop-title{
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}
.shop-link{
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px;
}
.shop-link a{
    color: #E2474D;
}
.text-content .msg{
    background:url('../img/shop-background.png') #e2474d0f right center no-repeat;
    padding: 15px 15px 5px;
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}
.text-content .msg p{
    margin-bottom: 10px;
}
.text-content .tip{
    font-size: 18px;
    color: #333;
}
.not-open .content{
    flex-direction: column;
}
.not-open h1.tip{
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    font-weight: 400;
}
.black-footer footer > .top{
    background-color: #343434;
}
.white-header{
    height: 72px;
    padding: 12px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
}
.white-header .header-center{
    padding-left: 24px;
    width: 1180px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.white-header .header-center .logo img{
    width: auto;
}
.white-header .header-center .shop-msg{
    margin-left: 16px;
    border-left: 1px solid #F3F3F3;
    padding-left: 14px;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.white-header .header-center .shop-msg p{
    margin-bottom: 6px;
}
.white-header .header-center .shop-detail{
    border-left: 1px dashed #F3F3F3;
    display: flex;
    margin-left: 30px;
    color: #999;
    font-weight: 400;
    height: 100%;
}
.white-header .header-center .shop-detail>div{
    margin: 0 14px;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.white-header .shop-detail>div p:last-child{
    color: #333;
    margin-top: 5px;
}
.not-shop-header .white-header .shop-detail{
    display: none;
}