﻿ /* PC */
@media screen and (min-width:769px) {
    /*more效果*/
    .p1711m01aa805443d9f079:before{
        content: "";
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #215495;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    
    .p1711m01aa805443d9f079:hover:before{
        -webkit-transform: scale(2);
        transform: scale(2); 
    }


    .p1711m01aa805443d9f079:hover p{
        position: relative;
        z-index: 4;
        color: #fff;
    } 
}

