*{margin: 0;padding: 0;}
.cy{
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding-bottom: .2rem;
}
.cy .cy-top{
    width: 100%;
    height: 5.6rem;
    background: #fff; 
    text-align: center;
    margin-bottom: .2rem;
}
.cy .cy-top .cy-top-conter{
    padding: 0 .3rem;
}
.cy .cy-top .cy-top-conter h5{
    font-size: .36rem;
    line-height: .8rem;
}
.cy .cy-top .cy-top-conter .cy-top-gather{
    width: 6.9rem;
    height: 4.4rem;
    background: #fff3e5;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.cy .cy-top .cy-top-conter .cy-top-gather .cy-top-div{
    width: 33%;
    height: 2.16rem;
    background: #fff;
    position: relative;
}
.cy .cy-top .cy-top-conter .cy-top-gather .cy-top-div p{
    font-size: .28rem;
}
.cy .cy-top .cy-top-conter .cy-top-gather .cy-top-div a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.cy .cy-top .cy-top-conter .cy-top-gather .cy-top-div img{
    width: .7rem;
    height: .7rem;
    margin-top: .5rem;
}
.cy .cy-top .cy-top-conter .cy-top-gather .color{
    background: #fff3e5;
}
.cy .cy-bottom{
    width: 100%;
    height: .8rem;
    background: url(../images/xidian-05.png);
    background-size: 100% 100%;
}
.cy .cy-bottom a{
    width: 100%;
    height: 100%;
    display: block;
}