﻿/*返回顶部*/
#scoller {
    display: none;
    position: fixed;
    z-index: 100;
    right: 22px;
    bottom: 100px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    font-size: 21px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #000;
    cursor: pointer;
}

@media (max-width: 640px) {
    #scoller {
        right: 20px;
        bottom: 20px;
    }
}
