@charset "utf-8";
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #666;
    text-align: justify;
}
@media only screen and (min-width: 320px) {
	html, body {
	    height: 100%;
	    font-size: 21.33px;
	}
}
@media screen and (min-width:360px){
    html, body {
        font-size: 24px;
    }
}
@media screen and (min-width:375px){
    html, body{
        font-size: 25px;
    }
}
@media screen and (min-width:384px){
    html, body {
        font-size: 25.6px;
    }
}
@media screen and (min-width:400px){
    html, body {
        font-size: 27px;
    }
}
@media screen and (min-width:414px){
    html, body {
        font-size: 27px;
    }
}
@media screen and (min-width:424px){
    html, body {
        font-size: 28.27px;
    }
}
@media screen and (min-width:480px){
    html, body {
        font-size: 32px;
    }
}
@media screen and (min-width:540px){
    html, body {
        font-size: 36px;
    }
}
@media screen and (min-width:720px){
    html, body {
        font-size: 48px;
    }
}
@media screen and (min-width:750px){
    html, body {
        font-size: 50px;
    }
}
ul{
	padding: 0;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start:0;
}
ul li,li{  
    list-style-type:none;  
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.aDecoration {
	color: #6882DA;
	text-decoration: none;
}


.category{
	text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    letter-spacing: 1.03px;
}
.text_list{
	margin-bottom: 0.8rem;
}
.text_list .hw-h5 {
    border-left: 2px solid #e41e2b;
    color: #e22835;
    font-size: 0.64rem;
    margin: 0;
    padding-left: 0.5333rem;
    font-weight: 0;
}
.mod-about{
    margin: 0.6rem;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.8px;
    line-height: 22px;
}
