@charset "utf-8";
html, body, div, p, h1, h2, h3, h4, h5, ol, ul, li, dl, dt, dd, form, input, textarea, select, span, table, tr, td, img {
    margin: 0;
    padding: 0;
    border: 0;
}
html, body {
    background:rgba(255,255,255,0.94);
    color: rgba(122,122,122,1);
    font-family: "HYQiHei-EES", "Hiragino Sans GB", "Noto Sans", "MicrosoftYahei", "Helvetica Neue", "Arial";
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout:none;
    -webkit-font-smoothing: antialiased;
    font-size: 0.32rem;
    color: rgba(122,122,122,1);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    /*height: 100%*/
}

body{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    user-select:none;
}


#app{
    width: 100%;
    /*height: 100%;*/
    position: relative;
    padding: 0.9rem 0.98rem 0.8rem;
    box-sizing: border-box;
}

h1{
    width: 100%;
    text-align: center;
    /*height: .48rem;*/
    font-family: PingFangSC-Semibold;
    font-size: .42rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.48rem;
    letter-spacing: normal;
    color: #454f6e;
}

p,li{
    margin: 0.24rem auto 0;
    font-family: PingFangSC-Regular;
    font-size: .28rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.48rem;
    letter-spacing: normal;
    color: #8c9dcf;
    text-indent: 0.56rem;
}

li{
    padding: 0 5%;
    box-sizing: border-box;
    list-style-position: inside;
}

.sp_underline{
    text-decoration: underline;
}

h3{
    margin: 0 auto;
    width:6.86rem;
    font-size:.28rem;
    font-family:PingFangSC-Semibold;
    font-weight:bold;
    color:rgba(48,53,61,1);
    line-height:.54rem;
    text-indent: 0.56rem;
}

h2{
    margin: 0.24rem auto 0;
    /*width:6.86rem;*/
    font-size:.32rem;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    color:rgba(48,53,61,1);
    line-height:.54rem;
}

.sub-title{
    font-family: PingFangSC-Medium;
    font-size: .30rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.48rem;
    letter-spacing: normal;
    color: #454f6e;

}

.main-body-semi-subline{
    font-family: PingFangSC-Medium;
    font-size: .28rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.48rem;
    letter-spacing: normal;
    color: #454f6e;
    text-decoration: underline;
}

.main-body-semi{
    font-family: PingFangSC-Medium;
    font-size: .28rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.48rem;
    letter-spacing: normal;
    color: #454f6e;
}

.main-body-regular-subline{
    font-family: PingFangSC-Regular;
    font-size: .28rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.48rem;
    letter-spacing: normal;
    color: #454f6e;
    text-decoration: underline;
}

.link-semi-subline{
    font-family: PingFangSC-Medium;
    font-size: .28rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.48rem;
    letter-spacing: normal;
    color: #5486ff;
}

.link{
    font-family: PingFangSC-Medium;
    font-size: .28rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.48rem;
    letter-spacing: normal;
    color: #5486ff;
}
