@charset "utf-8";
/* CSS Document */

 <style>
/*媒体样式*/
.zx_sm a+a {
    margin-left: 15px;
}
/*根据模板主题风格更改*/
.zx_sm a {
    position: relative;
    display: flex;   
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
   background-color:rgb(255,255,255,0.2);
    border-radius:50%;
    font-size: 18px;
    height: 34px;
    width: 34px;
    transform: rotate(0);
    transition: all 500ms ease;
}
/*悬浮效果*/
.zx_sm a:hover {
    color: #fff;
background-color:#CD1E19;
}
@media screen and (max-width:1280px){
.pc_pattern #u817007 {
    width: 23.66%;
}
}
</style>