html, body {
    height: 100%;
    font-family: SOURCEHANSANSCN-LIGHT;
}
html, body, div, ul, ol, li, p {
    margin: 0;
    padding: 0;
}
html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, em, i, b {
    box-sizing: border-box;
}
body {
    padding-top: 1.12rem;
}
ul, ol {
    list-style: none;
}
img {
    width: 100%;
    vertical-align: top;
}
a {
    text-decoration: none;
    color: #333;
}
.com-title {
    font-weight: 300;
    color: #333333;
    font-size: 0.36rem;
    text-align: center;
}
.com-title .bold {
    font-weight: 700;
}
.com-sub-title {
    color: #666666;
    font-size: 0.28rem;
    text-align: center;
    padding-top: 0.24rem;
}
.com-sub-title.link:hover {
    color: #00826b;
}
.com-sub-title .bold {
    font-weight: 700;
}
.container {
    background: #fff;
}
.container.even {
    background: #f9f9f9;
}
.ydw-icon {
    /* width: 1em;
    height: 1em; */
    fill: currentColor;
    overflow: hidden;
}
.banner {
    width: 100%;
    height: 3.4rem;
    padding-bottom: 0.26rem;
}
.banner .banner-title {
    position: relative;
    height: 100%;
}
.banner .banner-title > .middle-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    color: #fff;
}
.banner .banner-title .middle-title .bold {
    font-weight: 700;
}

.banner .banner-title .middle-title .small-title span {
    margin-left: 0.2rem;
}
