.sy_t1{
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bolder;
    padding-top: 1rem;
    line-height: 0.3rem;
}
.sy_t2{
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bolder;
	line-height: 0.3rem;
}
.sy_t3{
width: 100%;
    color: #2fa954;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bolder;
    line-height: 0.3rem;
    margin-top: 0.15rem;
}
.sy_t4{
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.12rem;
    line-height: 0.4rem;
}
.sy_anlist{
    width: 3.5rem;
    height: 1.2rem;
    margin: auto;
    padding-top: 1rem;
}
.sy_anlist_a{
    width: 100%;
    height: auto;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    line-height: 0.22rem;
    display: block;
    box-shadow: inset 0 0 0 2px #2fa954;
    border-radius: 0.1rem;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_anlist_a:hover{
	color: #fff;
}
.sy_anlist_a:active {
    background: #2fa954;
    font-size: 0.15rem;
	color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_rcf {
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 2rem;
    height: 0.4rem;
    text-align: center;
    background: url(../image/rcf.png) center no-repeat;
    background-size: 1rem;
}
.sy_help{
    width: 1.5rem;
    height: 0.45rem;
    box-shadow: inset 0 0 0 2px #fff;
    line-height: 0.45rem;
    text-align: center;
    margin: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 0.12rem;
    cursor: pointer;
}