.yd-content-content{
    margin: 0 auto 30px;
    background-color: white;
    padding: 30px 3%;
}
.yd-nav {
    font-size: 2rem;
}
.yd-content-content h1{
    font-size: 2.6em;
    text-align: center;
}
.yd-content-content h1 span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    height: 32px;
    width: 68px;
    background: url(https://3g.99bdf.com/skin/images/title-origin-logo.webp) no-repeat;
    background-size: 100%;
}
.yd-content-content .yd-list-div3{
    justify-content: center;
    margin-top: 10px;
}
.yd-content-content1 h3, .yd-content-content1 h4{
    font-size: 2.2em;
    margin: 20px 0;
}
.yd-content-content1 h3 *, .yd-content-content1 h4 *{
    font-size: 1em;
}
.yd-content-content1 p{
    font-size: 2em;
    line-height: 48px;
    margin: 20px 0;
    text-align: justify;
}
.yd-content-content1 p *{
    font-size: 1em;
}
.yd-content-content1 img{
    width: 100%!important;
    height: 100%!important;
    margin: 0 auto;
    display: block;
}
.yd-content-content1 ul{
    padding-left: 50px;
    margin-bottom: 20px;
}
.yd-content-content1 ul li{
    list-style-type: disc;
    font-size: 2em;
    line-height: 48px;
}
.yd-content-content2{
    color: #9f9f9f;
    font-size: 1.6em;
    padding-bottom: 5px;
    border-bottom: dashed #4a4a4a 1px;
}
.yd-content-content2 a{
    color: #9f9f9f;
    font-size: 1em;
}
.yd-content-content3{
    margin-top: 20px;
}
.yd-content-content3 p{
    font-size: 1.8em;
    line-height: 45px;
}
.yd-content-content3 p a{
    font-size: 1em;
}
.yd-content-content4{
    border-right: red 30px solid;
    border-left: red 30px solid;
    height: 140px;
    margin: 20px auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.yd-content-content4 div{
    background-color: #e87632;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 -15px;
}
.yd-content-content4 div span{
    text-align: center;
    background-color: yellow;
    color: red;
    font-weight: bold;
    font-size: 2.2em;
    line-height: 60px;
    min-width: 160px;
    margin-right: 20px;
}
.yd-content-content4 div p{
    text-align: justify;
    font-size: 1.8em;
    color: white;
    line-height: 38px;
}
.yd-content-content1 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.yd-content-content1 .swiper-slide img{
    width: 80px!important;
    margin-right: 20px;
    align-self: flex-start;
}
.yd-content-content1 .swiper-slide div div b{
    font-size: 2em;
    margin-right: 15px;
}
.yd-content-content1 .swiper-slide div div span{
    font-size: 1.6em;
    color: #9f9f9f;
    margin-right: 15px;
}
.yd-content-content1 .swiper-slide div div font{
    font-size: 1.6em;
}
.yd-content-content1 .swiper-slide div p{
    font-size: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 35px;
    margin-bottom: 0;
	margin-top: 10px;
}
.yd-content-content1 .swiper-slide a{
    border-radius: 20px;
    min-width: 90px;
    text-align: center;
    line-height: 80px;
    font-size: 1.8em;
    margin-left: 10px;
    background-color: #E4F8F9;
}

.yd-content15{
    background-color: white;
    width: 93%;
    margin: 30px auto;
    padding: 30px 1%;
}
.yd-content15-div1{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.yd-content15-div1 a{
    width: 22%;
    color: white;
    border-radius: 10px;
    padding: 6px 0px;
    background-color: #fe8d31;
    line-height: 32px;
    font-size: 1.8em;
}
.yd-content15-div1-active {
    background-color: #3bb4f2!important;
    color: white;
}
.yd-content15-div2{
    margin-top: 10px;
}
.yd-content15-div2>p {
    width: 100%;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.8em;
}
.yd-content15-div2{
    display: none;
}
.yd-content15-div2-top {
    display: flex;
    justify-content: space-between;
}
.yd-content15-div2-top>div {
    width: 32%;
    position: relative;
}
.yd-content15-div2-top img {
    width: 100%;
}
.yd-content15-div2-top span {
    position: absolute;
    display: inline-block;
    padding: 0px 8px;
    bottom: 6px;
    right: 0px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background-color: #0096FF;
    color: white;
    font-size: 1.6em;
}
.yd-content15-div2-bottom p {
    border-bottom: #a0a0a0 1px dashed;
    margin: 0;
    padding: 5px 0px;
    padding-left: 6%;
    width: 94%;
    font-size: 1.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/person.webp) no-repeat 5px center;
    background-size: 25px 25px;
}
.yd-content15-div2-bottom p:nth-child(2) {
    background: url(../images/question.webp) no-repeat 5px center;
    background-size: 25px 25px;
}
.yd-content15-div2-bottom p:nth-child(3) {
    background: url(../images/way.webp) no-repeat 5px center;
    background-size: 25px 25px;
}
.yd-content15-div2-bottom p:nth-child(4) {
    background: url(../images/good.webp) no-repeat 5px center;
    background-size: 25px 25px;
}
.yd-content15-div2-bottom span {
    color: #4a4a4a;
    font-size: 1em;
}