body {
    padding: 0;
    margin: 0;
    min-width: 1500px;
}

a {
    text-decoration: none;
    color: #1a1a1a;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.red {
    color: #c00301;
}

#toTop {
    position: fixed;
    right: 0;
    bottom: 25px;
    z-index: 12;
    text-align: center;
    cursor: pointer;
    text-align: center;
}

#toTop .block {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #c00301;
    font-size: 16px;
}

#toTop .block img {
    width: 15px;
    height: 10px;
    margin-top: 20px;
}

#toTop p {
    font-size: 14px;
    color: #c00301;
}

p {
    margin: 0;
    padding: 0;
}