html,
body,
ul,
li {
    margin: 0;
    padding: 0;
    font-family: PingFangSC;
}

body {
    background: #f9f9f9;
}

.com-header-box {
    position: relative;
    background: #3BAFBE;
    width: 100%;
    height: 1.28rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.2666667rem;
    left: 0;
    top: 0;
    z-index: 200;
}

.com-header-box .logo {
    width: 6.5rem;
}

.com-header-box .logo img {
    display: block;
    width: 100%;
}

.footer_me {
    width: 100%;
    background: url('./common/footer-bg.png') right bottom no-repeat #3BAFBE;
    background-size: 70% auto;
    overflow: hidden;
    padding: 0.4rem;
    color: #fff;
    box-sizing: border-box;
}

.footer_center {
    text-align: center;
}

.footer_link a,
.footer_link b {
    font-size: 0.32rem;
    line-height: 2;
    color: #fff;
    margin: 0 0.2rem;
    display: inline-block;
}

img.load {
    width: 0.4rem;
    display: block;
    margin: 0.3rem auto 0 auto;
}

.com-title-bar {
    width: 100%;
    background: #3BAFBE;
    height: 1.1733333rem;
    text-align: center;
    line-height: 1.1733333rem;
    color: #fff;
    font-size: 0.436666rem;
    position: relative;
}

.com-title-bar a.back-btn {
    position: absolute;
    display: block;
    width: 0.2266667rem;
    height: 0.4rem;
    left: 0.2933333rem;
    top: 50%;
    margin-top: -0.2rem;
    z-index: 1;
    background: url('./common/icon-back.png') center center no-repeat;
    background-size: 100% auto;
}

.com-main-nav-swiper {
    width: 100%;
    background: #F6F6F6;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.42rem;
    overflow: hidden;
}

.com-main-nav-swiper ul li {
    width: auto;
    padding: 0 0.4266667rem;
    font-weight: 400;
    color: #666;
}

.com-main-nav-swiper ul li a {
    color: #666;
}

.com-main-nav-swiper ul li.slide-cur {
    font-weight: 500;
    color: #3BAFBE;
}

.com-main-nav-swiper ul li.slide-cur a {
    color: #3BAFBE;
}

.com-sub-nav-swiper {
    width: 100%;
    background: #E5E5E5;
    box-shadow: 0px 3px 6px 0px rgba(225, 225, 225, 0.4);
    height: 0.9333333rem;
    line-height: 0.9333333rem;
    font-size: 0.32rem;
    overflow: hidden;
}

.com-sub-nav-swiper ul li {
    width: auto;
    display: flex;
    padding: 0 0.4rem;
    font-weight: 400;
    color: #666;
    align-items: center;
}

.com-sub-nav-swiper ul li a {
    color: #666;
}

.com-sub-nav-swiper ul li.slide-cur {
    font-weight: 500;
    color: #3BAFBE;
}

.com-sub-nav-swiper ul li.slide-cur a {
    color: #3BAFBE;
}

.com-sub-nav-swiper ul li i {
    display: block;
    width: 0.1066667rem;
    height: 0.1066667rem;
    line-height: 0;
    font-size: 0;
    margin-right: 0.1333333rem;
    border-radius: 50%;
    background: #3BAFBE;
}

.com-sub-nav-noswiper {
    width: 100%;
    background: #E5E5E5;
    box-shadow: 0px 3px 6px 0px rgba(225, 225, 225, 0.4);
    line-height: 0.9333333rem;
    font-size: 0.32rem;
    overflow: hidden;
}

.com-sub-nav-noswiper-close {
    height: 1rem;
}

.com-sub-nav-noswiper ul {
    display: flex;
    flex-flow: row wrap;
}

.com-sub-nav-noswiper ul li {
    width: auto;
    display: flex;
    padding: 0 0.4rem;
    font-weight: 400;
    color: #666;
    align-items: center;
}

.com-sub-nav-noswiper ul li a {
    color: #666;
}

.com-sub-nav-noswiper ul li.noslide-cur {
    font-weight: 500;
    color: #3BAFBE;
}

.com-sub-nav-noswiper ul li.noslide-cur a {
    color: #3BAFBE;
}

.com-sub-nav-noswiper ul li i {
    display: block;
    width: 0.1066667rem;
    height: 0.1066667rem;
    line-height: 0;
    font-size: 0;
    margin-right: 0.1333333rem;
    border-radius: 50%;
    background: #968D7C;
}

.com-sub-nav-noswiper ul li.noslide-cur i {
    background: #3BAFBE;
}

.page-main {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 7.5rem);
}

.cover-select-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 200;
    display: none;
}

.cover-select-box {
    display: none;
    font-size: 0.4rem;
    line-height: 2;
    position: fixed;
    background: rgb(249, 249, 249);
    border-radius: 5px;
    border: 1px solid rgb(19, 149, 167);
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 200;
    width: 90%;
    padding: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    word-break: break-word;
}

.cover-select-box a {
    display: inline-block;
    color: #333;
    margin-right: 0.3rem;
}

.cover-select-box a:hover {
    color: #3BAFBE;
}

.content-list {
    padding: 0.3rem;
    margin: 0.3rem 0.3rem;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
    overflow: hidden;
    box-sizing: border-box;
}

.content-list>dd>h5,
.content-list>dd>h5>a {
    color: #3BAFBE;
    font-size: 0.4rem;
    line-height: 2;
}

.content-list>dd {
    line-height: 1.8;
    font-size: .37rem;
    color: #333;
    text-align: justify;
}

.content-list>dd>p:first-of-type {
    color: #999;
}

.content-list dd,
.content-list p,
.content-list div,
.content-list h5 {
    margin: 0;
    padding: 0;
}

.type-bar {
    display: flex;
    margin: 0.2rem 0;
}

.type-bar span {
    margin-left: 0.2rem;
}