#app{
    width: 1180px;
    margin: 0 auto;
}
[v-cloak]{
    display: none;
}
.title{
    font-size: 30px;
    color: #000;
    margin: 30px 0 10px;
}
.desc{
    margin-bottom: 50px;
    color: #606266;
    font-size: 17px;
}
.chart-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#area-chart{
    width: 30%;
    height: 300px;
}
#cate-chart{
    width: 30%;
    height: 300px;
}
#new-chart{
    width: 30%;
    height: 300px;
}
.chart-title{
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.chart-title .name{
    margin-right: 20px;
    font-size: 22px;
    color: #333;
}
.chart-title .time{
    font-size: 14px;
    color: #666;
}
.chart-title .refresh{
    color: #5470c6;
    padding-left: 10px;
    cursor: pointer;
}
.mini-title{
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.mini-title .name{
    margin-right: 20px;
    font-size: 22px;
    color: #333;
}
.mini-title .num{
    color: #666;
}
.mini-title .number{
    color: #0d6ed9;
    font-size: 24px;
}
.page-div{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.footer {
    width: 1180px;
    margin: 50px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #888;
}
a{
    color: #888;
    text-decoration: none;
}
.footer .logo {
    width: 85px;
    height: 85px;
    margin-right: 20px;
}
.footer .info div{
    line-height: 30px;
}
.footer .info span {
    margin-right: 6px;
}
.goods{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.goods .cover{
    width: 380px;
    height: 380px;
    border-radius: 6px;
}
.goods .cover .empty-cover{
    background: #f8f8f8;
    width: 100%;
    height: 380px;
    border-radius: 6px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 380px;
}

.goods .cover img{
    width: 100%;
    height: 100%;
}
.goods .info{
    width: calc(100% - 480px);
}
.goods .name{
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
}
.goods .item{
    margin-bottom: 25px;
}
.goods .item .label{
    font-size: 15px;
    font-weight: 300;
}
.goods .item .value{
    font-size: 21px;
    margin-top: 6px;
}