body,
p {
    margin: 0;
}

.synopsis {
    display: flex;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.synopsis>h2 {
    width: 100%;
    font-size: 38px;
    margin: 30px 0 20px;
}

.synopsis>p {
    width: 100%;
    color: #666;
    text-align: center;
    line-height: 25px;
    margin-bottom: 40px;
    font-size: 14px;
}

.synopsis_item {
    width: 20%;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
    transition: 1.2s;
}

.synopsis_item:hover {
    box-shadow: 2.5px 2.5px 5px #404448;
    transform: scale(1.02);
}

.synopsis_icon {
    width: 118px;
    height: 150px;
    margin: 20px auto;
    background-image: url(synopsis_list.png);
}

.synopsis_icon2 {
    background-position: 118px;
}

.synopsis_icon3 {
    background-position: 242px;
}

.synopsis_icon4 {
    background-position: 364px;
}

.synopsis_item h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.synopsis_item>p {
    margin-bottom: 20px;
    font-size: 14px;
}

footer {
    width: 100%;
    background-color: #1d1f24;
    color: #fff;
    overflow: hidden;
}

footer>ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    font-size: 14px;
}

.item {
    height: 180px;
}

footer span {
    color: #999;
}

footer p {
    margin: 5px 0;
}

.phone {
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.phone>img {
    margin-right: 5px;
}

footer>p {
    text-align: center;
    margin: 0;
    height: 20px;
    margin-bottom: 20px
}

footer>p>a {
    text-align: center;
    color: #fff;
    text-decoration: none;
}