/* 鍒楄〃鍒嗛〉 */
.page-fy {
    line-height: 1;
    text-align: center;
}
.page-fy a {
    text-decoration: none;
    display: inline-block;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #333;
    margin: 0 5px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 30px;
    transition: all .4s;
}
.page-fy a:hover {
    background: #D80C1E;
    border: 1px #D80C1E solid;
    color: #fff;
}
.page-fy span {
    background: #D80C1E;
    border: 1px #D80C1E solid;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    padding: 0 15px;
    margin: 5px;
    font-weight: normal;
    margin-top: 30px;
}
@media only screen and (max-width: 768px) {
    .page-fy span {
        padding: 0 5px;
        width: auto;
        height: auto;
        line-height: initial;
        margin-top: 30px;
    }
    .page-fy a {
        height: auto;
        border: none;
        line-height: initial;
        margin: 5px;
        padding: 0 5px;
        margin-top: 30px;
    }
}
/* 鍙充晶鎻愮ず */
.page-asides {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 99;
    width: 60px;
    border-radius: 40px 0 0 40px;
    padding: 40px 0;
    -webkit-box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.08);
    box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    background: #ffffff;
}
.page-asides .item {
    position: relative;
    display: block;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-asides .item:last-child .item-l {
    border-bottom: none;
}
.page-asides .item .item-l {
    height: 55px;
    border-bottom: 1px solid #E6E6E6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-asides .item .img {
    width: 17px;
    height: 17px;
    text-align: center;
    margin: 9px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-asides .item p {
    color: #4D4D4D;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}
.page-asides .item .item-h {
    position: absolute;
    right: calc(100% + 8px);
    top: 0;
    background: #EA222D;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    height: 130px;
    z-index: 5;
    display: none;
}
.page-asides .item:hover {
    background: #EA222D;
}
.page-asides .item:hover .item-l {
    border-bottom: 1px solid #EA222D;
    line-height: 55px;
}
.page-asides .item:hover .item-l .img {
    display: none;
}
.page-asides .item:hover p {
    margin-top: 0;
    color: #ffffff;
}
.page-asides .item:hover .item-h {
    display: block;
}
.page-asides.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
@media only screen and (max-width: 960px) {
    .page-asides {
        display: none;
    }
}

