
body {
    background-color: #f6f6f6;
    font-family: PingFangTC-Regular;
}
.wrap {
    width: 100%;
    /* background-color: yellow; */
}

/* 宸︿笂瑙掓寜閳� */
.go-to-page {
    position: fixed;
    top: 8px !important;
    left:3px !important;
    width: 33px;
    height: 50px;
    /* background-color: rosybrown; */
    font-size: 15px;
    z-index: 99;
    line-height: 50px;
}
.go-to-page a {
    text-decoration: none;
    color: #ffffff;
    font-family: PingFangTC-Regular;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
}
.go-to-page i {
    font-size: 20px !important;
}

/* 鍙充笂瑙掓寜閳� */
.next-page {
    position: fixed;
    top:0px;
    right:13px;
    width: 60px;
    height: 50px;
    /* background-color: rosybrown; */
    font-size: 15px;
    z-index: 99;
    line-height: 50px;
}
.next-page a {
    text-decoration: none;
    color: #ffffff;
    font-family: PingFangTC-Regular;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
}


/* 涓婃柟妯欓 */
.tab-group {
    width: 100%;
    height: 50px;
    text-align: left;
    font-size: 0px;
    position: fixed;
    left: 0;
    top:  0;
    background-image: linear-gradient(129deg,
    #14a6ee 0%,
    #007dbb 100%);
    z-index: 2;
    line-height: 50px;
}

.tab-group h1 {
    font-family: Verdana-Bold;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}



/* 鍏у鍗€濉� Start */
.content-group {
    width: 92%;
    /* height: 100px; */
    background-color: #f6f6f6;
    margin: 50px auto 50px auto;
}

.content-group .first-title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.content-group .big-title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0 0;
}

.content-group p {
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
    margin-bottom: 3px;
}
.content-group ul {
    padding: revert !important;
}
.content-group ul li {
    font-size: 14px;
    list-style: disc !important;
}
.content-group p b{
    font-weight: bold;
}
