.box-first{
    display: flex;
    background: #fafafa;
    align-items: flex-end;
    position: relative;
    justify-content: flex-end;
    margin-top: 100px;
}

.img-box{
    /* width: 200px; */
    position: absolute;
    /* float: left; */
    left: 0;
}
.img-box img{
    width: 300px;
    margin-left: 80px;
}

.magazine-info{
    margin: 60px 80px 60px 50px;
}
.info-title{
    font-size: 1.8em;
    margin-bottom: 20px;
}
.box-second{
    text-align: center;
    margin: 30px 0;
}
.down-arrow{
    font-size: 54px;
}
.box-third{
    text-align: center;
    margin: 0 0 30px 0;
}
.box-third>p{
    font-size: 20px;
    font-weight: bold;
}
.box-forth{
    display: flex;
    align-items: flex-start;
    width: 960px;
    margin: 70px auto;
    margin-bottom: 60px;
}
.box-forth>div{
    width: 300px;
    height: 350px;
    text-align: center;
    background: #fafafa;
    position: relative;
}
.box-forth>div img{
    width: 54px;
    margin: 50px 0;
}
.number{
    color: #f4f4f4;
    font-size: 72px;
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    font-weight: bold;
}
.post-office p{
    line-height: 36px;
}
.distribution-department p{
    line-height: 27px;
}
.taobao p{
    line-height: 36px;
    margin-bottom: 10px;
}
.post-office .number, .distribution-department .number, .taobao .number{
    line-height: inherit;
}
.distribution-department{
    margin: 0 30px;
}
.taobao a{
    color: #026cb6;
}