@media only screen and (min-width:769px) {
    /*悬浮效果*/
    #idc88e03d811082e2 .wrap_text{position: relative; background: url(https://0.rc.xiniu.com/g3/M00/19/B9/CgAH6F3zJ2uARSBCAAALHxldeZo457.png) repeat;height: 291px; margin-top: -291px;opacity:0;
        transition: all ease .5s;
        -moz-transition: all ease .5s; /* Firefox 4 */
        -webkit-transition: all ease .5s; /* Safari 和 Chrome */
        -o-transition: all ease .5s; /* Opera */
    }
    #idc88e03d811082e2 .wrap_text:hover{opacity:1;}


    #i82f6621d42325995 .wrap_text{position: relative; background: url(https://0.rc.xiniu.com/g3/M00/19/B9/CgAH6F3zJ2uARSBCAAALHxldeZo457.png) repeat;height: 291px; margin-top: -291px;opacity:0;
        transition: all ease .5s;
        -moz-transition: all ease .5s; /* Firefox 4 */
        -webkit-transition: all ease .5s; /* Safari 和 Chrome */
        -o-transition: all ease .5s; /* Opera */
    }
    #i82f6621d42325995 .wrap_text:hover{opacity:1;}

    /*悬浮手型*/
    .p1744m05dedb87c2e35769{cursor: pointer;}
    .p1744m8f56aa568101f78d{cursor: default;}

    /*两大类别下拉样式*/
    #i9ee3fa2f78e59f5c{display: none;position: absolute;left: 0;top: 42px;z-index: 999;}
    #i9ee3fa2f78e59f5c.option_cur{display: block;}

    /*列表样式*/
    #idc88e03d811082e2{display: none;}
    #idc88e03d811082e2.list_cur{display: block;}

    .p1744m66641a97b1b46224 .data_col{}

    @keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
        0%{
            transform: scale(0.25);  /*开始为原始大小*/
        }
        25%{
            transform: scale(0.5); 
        }
        50%{
            transform: scale(0.75);
        }
        75%{
            transform: scale(1);/*放大1倍*/
        }
    }

    #idc88e03d811082e2.list_cur >.data_row >.data_col{
        -webkit-animation-name: scaleDraw; /*关键帧名称*/
        -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
        -webkit-animation-iteration-count: linear;  /*动画播放的次数*/
        -webkit-animation-duration: 1s; /*动画所花费的时间*/
    }
}
@media only screen and (max-width:768px) {
    /*手机端下拉嵌套列表列宽百分百*/
    #i9ee3fa2f78e59f5c >.data_row >.data_col{max-width: 100%;min-width: 100%;width: 100%;}

    /*两大类别下拉样式*/
    #i9ee3fa2f78e59f5c{display: none;position: absolute;left: 0;top: 32px;z-index: 999;}
    #i9ee3fa2f78e59f5c.option_cur{display: block;}

    /*列表样式*/
    #idc88e03d811082e2{display: none;}
    #idc88e03d811082e2.list_cur{display: block;}
    .p1744m66641a97b1b46224 .data_col{}
}