*{
    margin: 0;
    padding: 0;
}
.yszcBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 7.5rem;
}
.title{
    font-size: 0.6rem;
    margin-bottom: 0.3rem;
    color: #666;
}
div{
    font-family: "Noto Serif HK",Serif;
}
.text1{
	text-indent: 2ch;
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
    line-height: 0.5rem;
    width: 88%;
    text-align: left;
    color: #666;
}
.fanhui{
    text-align: right;
}
a{
    display: inline-block;
    width: 1.3rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    border: 2px solid #6cb6b9;
    text-decoration: none;
    font-weight: bold;
    font-family: OPPOSans-B;
    color: #6cb6b9;
    text-align: center;
	padding-right: 0.4rem;
}