@charset "UTF-8";

.banner {
    width: 19.2rem;
    margin: 0 auto;
}

.banner img {
    width: 19.2rem;
}

.article_1 {
    width: 15.8rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
}

.article_1_left {
    width: 9.6rem;
}

.article_1_left img {
    border-radius: 0.1rem;
}

.article_2_pic img {
    border-radius: 0.1rem;
}

.article_1_left img {
    width: 9.6rem;
}

.article_1_right {
    width: 6.0rem;
    height: 5.4rem;
    background-color: #F4F4F4;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.article_1_title {
    width: 95%;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
}

.article_1_title span {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
}

.line {
    width: 1rem;
    margin-top: 0.14rem;
    border-bottom: 0.05rem solid #1C70E7;
}

.article_1_content {
    width: 95%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.article_1_content span {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333333;
}

.article_1_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.article_1_btn button {
    width: 4.2rem;
    height: 0.7rem;
    font-size: 0.26rem;
    background: #1C70E7;
    border-radius: 0.3rem;
    color: #fff;
    border: none;
}

.article_2 {
    width: 15.8rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.article_2_title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.article_2_title span {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.34rem;
    color: #333333;
}

.article_2_tips {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
}

.article_2_tips span {
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.article_2_content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.article_2_content .article_2_check {
    width: 30%;
    margin: 0.1rem auto;
    display: flex;
}

.article_2_content .article_2_check .article_2_check_text span {
    display: flex;
    margin-left: 0.1rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.article_2_pic {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.article_2_pic .article_2_pic_box {
    width: 7.8rem;
    display: flex;
    flex-direction: column;
    margin-top: 0.1rem;
}

.credential_content {
    width: 15.8rem;
    margin: 0 auto;
}

.credential_content .credential_title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.credential_content .credential_title span {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.34rem;
    color: #333333;
}

.credential_content .secondSwiper {
    width: 13.8rem;
}

.credential_content .swiper-slide img {
    width: 3.04rem;
}

.dianji {
    position: relative;
    bottom: 2.0rem;
}

.next {
    position: absolute;
    top: 50%;
    opacity: 0.5;
    z-index: 1;
    color: #fff;
    padding: 0.15rem 0.11rem;
    transition: 0.2s;
    transform: translate(0%, -80%);
    right: 0rem;
}

.next img {
    width: 0.4rem;
    height: 0.7rem;
}

.prev {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0.5;
    color: #fff;
    padding: 0.15rem 0.11rem;
    z-index: 1;
    transition: 0.2s;
    transform: translate(0%, -80%);
}

.prev img {
    width: 0.4rem;
    height: 0.7rem;
}

.credential_content .credential_bottom {
    width: 15rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: -0.2rem;
}

.credential_content .credential_bottom img {
    width: 100%;
}



.picture_3_content {
    width: 15.8rem;
    margin: 0 auto;
}

.title_center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.15rem auto;
}

.title_center .title_center_text {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.34rem;
    color: #333333;
}

.title_center img {
    margin-top: 0.1rem;
}

.picture_3_pic {
    width: 15.8rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.picture_3_pic_box {
    width: 5.14rem;
    display: flex;
    flex-direction: column;
}

.picture_3_pic_box img {
    width: 5.14rem;
    border-radius: 0.1rem;
}

.text_play {
    width: 5.14rem;
    display: flex;
    margin: 0.15rem 0;
}

.text_play img {
    width: 0.26rem;
    height: 0.26rem;
    display: flex;
    margin-left: 0.1rem;
    margin-right: 0.26rem;
}

.text_play span {
    display: flex;
    font-size: 0.20rem;
}

.tonglan_pic {
    width: 19.2rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    display: flex;
    justify-content: center;
}

.tonglan_pic img {
    width: 100%;
}