/*补充样式*/
.flex-center{
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content:center;
}
.flex-start{
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content:flex-start;
}
.index1{
    background-image: url("../icon/index1.png");
}
.index2{
    background-image: url("../icon/index2.png");
}
.index3{
    background-image: url("../icon/index3.png");
}

body.index-page> .slider{
    background: #fff;
}
.sytips{
    padding: 0 .5%;
    height: .6338rem;
}
.sytips li{
    width: 33%;
    color: #333;
    font-size: .22rem;
    height: 100%;
}
.sytips .syIcon{
    display: block;
    width: .4rem;
    height: .4rem;
    background-size: 100%;
}

.yn-nav-entrance .qf_ad .item a img{
    width: .92rem;
}
.yn-nav-entrance .qf_ad{
    padding: 0.23rem 0.42rem;
}

.onePic{
    background: #fff;
    display: inline-block;
    width: 100%;
}
.onePic a{
    /*display: block;
    margin: .2rem;
    border-radius: .12rem;
    overflow: hidden;*/
}
.onePic img{
    width: 100%;
}