* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

dl, ol, ul {
    margin-bottom: 0;
}

input, select {
    outline: none;
}

p {
    margin-bottom: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.alw img {
    display: block;
    width: 100%;
}

.yypp {
    padding: 0.5rem;
}

.yypp .video-box {
    width: 95%;
    margin: 0 auto;
}

.yypp .video-box img {
    display: block;
    width: 100%;
}

.yypp .video-box video {
    display: block;
    width: 100%;
    height: 13rem;
}

.yypp .p {
    font-size: 0.8rem;
    color: #333;
    line-height: 1.4rem;
    text-indent: 2em;
    padding: 0 0.5rem;
}

.yypp .swiper {
    margin-top: 0.5rem;
}

.yypp .swiper .swiper-container {
    padding-bottom: 2.6rem;
}

.yypp .swiper .swiper-pagination-bullet {
    background: #626262;
}

.yypp .swiper .swiper-pagination-bullet-active {
    background: #015d4d;
}

.yypp .v-border {
    border: 1px solid #015d4d;
    padding: 0.2rem;
}

.y_title {
    margin: 1rem auto;
    text-align: center;
    height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.2rem;
    border: 1px dashed #015d4d;
    color: #3a3b3b;
    font-size: 0.9rem;
    width: 20rem;
    font-weight: bold;
}

.y_title span {
    color: #015d4d;
}

.zjsl {
    padding: 0.5rem;
    background: #fff5f5;
    padding-top: 1rem;
}

.zjsl .text-p {
    padding: 0 0.5rem;
}

.zjsl .text-p p {
    font-size: 0.8rem;
    color: #3a3b3b;
    line-height: 1.4rem;
    text-indent: 2em;
    margin-bottom: 0.5rem;
}

.zjsl .y-border {
    margin-top: 1rem;
    border: 0.1rem solid #cde4e3;
    border-radius: 0.3rem;
    padding: 0.5rem;
    background: #fff;
}

.zjsl #zj-swiper {
    padding-bottom: 2.6rem;
}

.zjsl #zj-swiper .swiper-pagination-bullet {
    background: #626262;
    width: 3.2rem;
    border-radius: 0;
}

.zjsl #zj-swiper .swiper-pagination-bullet-active {
    width: 3.2rem;
    border-radius: 0;
    background: #015d4d;
}

.zjsl .ss-box .title {
    margin: 1rem auto;
    width: 18.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    border: 1px dashed #015d4d;
    border-radius: 0.6rem;
    font-size: 0.85rem;
    color: #1d1d1d;
}

.zjsl .ss-box .swiper-slide-thumb-active {
    border: 1px solid #015d4d;
}

.zltd {
    margin: 1rem auto 0 auto;
}

.zltd .text-p {
    font-size: 0.78rem;
    color: #3a3b3b;
    line-height: 1.4rem;
    padding: 0.5rem;
}

.zltd .text-p p {
    text-indent: 2em;
}

.zltd .y-title {
    width: 20rem;
    margin: 0.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3a3b3b;
    font-size: 0.9rem;
    border: 1px dashed #7d7d7d;
    border-radius: 1.2rem;
    height: 2rem;
    font-weight: bold;
}

.zltd .y-title span {
    color: #03847c;
}

.zltd .j-list {
    margin: 1rem auto;
    width: 94%;
    border: 1px solid #5c5f5f;
    position: relative;
    background: #fff;
}

.zltd .j-list:after {
    content: '';
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    height: 100%;
    width: 100%;
    background: #e3fdfb;
    border: 1px solid #037871;
    z-index: -1;
}

.zltd .j-list ul {
    padding: 0.5rem 0;
}

.zltd .j-list ul li {
    padding: 0.5rem;
}

.zltd .j-list ul li h3 {
    font-size: 1.1rem;
    color: #037871;
    display: flex;
    align-items: center;
    height: 2.2rem;
    font-weight: bold;
}

.zltd .j-list ul li h3 span {
    background: #fede88;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: bold;
    margin-right: 0.8rem;
    position: relative;
}

.zltd .j-list ul li h3 span:after {
    content: '';
    background: rgba(254, 238, 195, 0.7);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    position: absolute;
    right: -0.3rem;
    bottom: -0.2rem;
}

.zltd .j-list ul li .info {
    font-size: 0.75rem;
    color: #3a3b3b;
    line-height: 1.3rem;
    margin: 0.5rem auto;
}

.zltd .j-list ul li .d-flex .flex-fill {
    margin: 0 0.1rem;
}

.zltd .j-list ul li .d-flex .flex-fill h4 {
    font-size: 0.75rem;
    color: #1f1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    height: 1.8rem;
    font-weight: bold;
}

.zltd .ldhx {
    width: 95%;
    margin: 0.5rem auto;
    border: 0.1rem solid #79b7b3;
}

.zltd .ldhx .d-flex {
    margin: 1rem 0;
}

.zltd .ldhx .d-flex .flex-fill {
    flex: 1 !important;
    background: #7d7d7d;
    color: #fff;
    font-size: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    position: relative;
    cursor: pointer;
}

.zltd .ldhx .d-flex .flex-fill img {
    position: absolute;
    left: 50%;
    top: -0.3rem;
    transform: translateX(-50%);
    width: 1rem;
    display: none;
}

.zltd .ldhx .d-flex .on {
    background: #037871;
}

.zltd .ldhx .d-flex .on img {
    display: block;
}

.zltd .j {
    position: relative;
    height: 25rem;
}

.zltd .j .bj {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}