* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

/* .main {
    font-family: "Microsoft YaHei", "arial", "sans-serif";
} */

.main p {
    line-height: 1.5;
}

.mob-show {
    display: none;
}

.screena {
    text-decoration: none;
    color: #000;
    display: block;
    height: 100%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: #000 solid 1px;
    border-radius: 4px;
    text-align-last: center;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerr {
    position: relative;
}

.bannerr img {
    width: 100%;
    display: block;
}

.banner-more {
    width: auto;
    position: absolute;
    top: 50%;
    left: 61%;
    transform: translateY(-54%);
    font-size: 1.2vw;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: center;
    text-align: justify;
}

.banner-more-tit {
    font-weight: 700;
    /* letter-spacing: 1.5vw; */
    font-size: 64px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.ban-txt {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.banner-time {
    text-align-last: center;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

.banner-box {
    display: flex;
    justify-content: space-between;
}

.banner-bottom {
    display: inline-block;
    margin-top: 26px;
    width: 47%;
    white-space: nowrap;
}

.group-1 {
    text-align: center;
    background: #f4f4f4;
    padding: 80px 0;
    color: #000;
}

.title-hw {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.5;
}

.title-hw-0 {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    /* margin-bottom: 2vw; */
}

.texts-hw {
    font-size: 16px;
    line-height: 1.5;
}

.group-2 {
    position: relative;
    height: 712px;
}

.group-2 img {
    width: 100%;
    display: block;
}

.group-2 img.pcc {
    width: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 712px;
}

.things-body {
    position: absolute;
    top: 0;
    /* bottom: 0; */
    width: 100%;
}

.th-son {
    margin: 80px auto;
    max-width: 1000px;
    color: #000;
}

.hw-things {
    padding-bottom: 32px;
    white-space: nowrap;
}

.th-son img {
    width: 60px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.th-box {
    display: inline-block;
}

.th-box p {
    white-space: normal;
}

.p-big {
    font-size: 16px;
}

.p-big-1 {
    padding-bottom: 8px;
}

.p-star {
    font-size: 14px;
    color: #000;
    opacity: .5;
}


/* .p-star-1 {
    padding-bottom: .5em;
} */

.group-4 {
    text-align: center;
    color: #000;
    position: relative;
    padding-bottom: 3.5em;
}

.title-hw-4 {
    padding-top: 3.3em;
}

.bold-td {
    font-weight: 600;
}

.group-5 {
    position: relative;
}

.group-5 img {
    width: 100%;
    display: block;
}

.buttoms-5 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1.5;
}

.buttoms-5 h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
}

.buttoms-5 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.buttoms-5 p {
    font-size: 16px;
    margin-bottom: 64px;
}

.group-5 .screena {
    border: solid 1px rgba(0, 0, 0, 1);
    color: #fff;
    width: 220px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

.screena:hover {
    border: solid 1px rgba(0, 0, 0, .6);
}

.joinstep {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.joinstep li {
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.joinstep li span {
    width: 20px;
    height: 20px;
    background: #bd0404;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    margin-right: 8px;
}

.joinstep li::after {
    content: "";
    width: 65px;
    height: 19px;
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    top: 2px;
    right: -124px;
}

.joinstep li:last-child:after {
    display: none;
}

.maodian {
    position: absolute;
    top: -65px;
}

.group-6 {
    position: relative;
    color: #000;
    height: 100%;
    padding-bottom: 80px;
}

.group-6::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.detail-box {
    height: 100%;
}

.detail-box::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.title-hw-6 {
    text-align: center;
    padding-top: 80px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 64px;
}

.pgd_detail {
    max-width: 1000px;
    position: relative;
    margin: auto;
    /* position: absolute;  */
    /* top: 0%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* display: none; */
    /* opacity: 0; */
}

.newque li {
    position: relative;
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
}

.newque li:first-child {
    border-top: 1px solid #ccc;
}

.pgd_detail p {
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
}

.pgd_detail_title span {
    padding-right: 40px;
    display: inline-block;
}

.pgd_detail_title i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../img/close.png) no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.serPlus-Medium i {
    background: url(../img/close-red.jpg) no-repeat;
    background-position: center;
    display: block;
}

.pgd_detail_content {
    padding-top: .6em;
    /* padding-left: 1em; */
    padding-right: 3em;
    color: #000;
    opacity: .5;
}

.anxiahou {
    display: none;
}

.anniu {
    margin-top: 35px;
    text-align: center;
    position: relative;
}

.anniu .wzz {
    display: inline-block;
    font-size: 0.9vw;
    width: 4em;
    position: relative;
    text-indent: 1.2em;
}

.anniu i {
    position: absolute;
    top: 3px;
    left: 0%;
    width: 10px;
    height: 10px;
    background: url(../img/close.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.nowrap {
    white-space: nowrap;
}

.xilie {
    display: inline-block;
}

.pcc {
    display: block !important;
}

.mobb {
    display: none !important;
}

.mobc {
    display: none !important;
}


/* data0629 */

.section3 {
    border-top: 1px solid #c9c9c9;
}

.section3 .content {
    margin-bottom: 3.3vw;
}

.section3 .select-list {
    display: flex;
    flex: 1;
    justify-content: center;
}

select::-ms-expand {
    display: none;
}

.section3 .select-list select {
    width: 30%;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    cursor: pointer;
    padding-left: 0.5vw;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: none;
    background: url("../img/select-down.jpg") no-repeat right 7px center transparent;
    background-size: 16px;
    background-origin: padding-box;
    border: none;
    border-bottom: solid 1px #ccc;
    outline: none;
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 2.5vw;
    -ms-text-overflow: ellipsis;
    -ms-white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -webkit-white-space: nowrap;
    -ms-overflow: hidden !important;
    -webkit-overflow: hidden !important;
    margin: 0 20px;
}

.section3 .select-list select>option {
    padding: 0.5vw 0;
}

.section3 .title {
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 48px;
}

.section3 .small-title {
    font-size: 1.1vw;
    text-align: center;
    line-height: 1.5;
    margin: 2vw 0;
}

.section3 table {
    margin: 48px 0 0;
    border-collapse: collapse;
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 16px;
    vertical-align: middle;
}

.section3 table tr th {
    border: 1px solid #c9c9c9;
    vertical-align: middle;
}

.section3 table td,
table th {
    vertical-align: middle;
    border: 1px solid #c9c9c9;
    height: 2.65vw;
}

.section3 table tr th {
    border: 1px solid #c9c9c9;
}

.section3 table thead {
    width: 100%;
    line-height: 1.5vw;
    text-align: center;
}

.section3 table thead th {
    width: 50%;
    font-weight: bold;
    background: #f5f5f5;
}

.section3 .content {
    max-width: 1200px;
    margin: auto;
    padding: 100px 0;
    display: none;
}

.mob-huanhang {
    display: none;
    height: 0px;
}


/* 新版参与方式 */

.join-way {
    width: 80%;
    margin: 0 auto;
    /* padding: 70px 0; */
}

.join-way .inner-box {
    display: none;
}

.join-way h2 {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
}

.join-way .int {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.join-way .int a {
    color: #2788d9;
}

.join-way .int a:hover {
    border-bottom: 1px solid #2788d9;
}

.join-way ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 200px;
}

.join-way ul li {
    text-align: center;
    margin: 0 30px;
}

.join-way ul li .pic {
    width: 65px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.join-way ul li .pic img {
    width: 100%;
}

.join-way ul li a {
    display: block;
    width: 110px;
    height: 37px;
    font-size: 16px;
    line-height: 37px;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.join-way ul li p {
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.join-way .tips {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    margin-top: 10px;
    margin-bottom: 35px;
}


/* 媒体查询 */

@media screen and (max-width:1600px) {

    /* .banner-more {
        top: 25%;
    } */
    .banner-more {
        left: 60%;
    }
}

@media screen and (max-width:1440px) {

    /* .banner-more {
        top: 21%;
    } */
    .banner-more {
        left: 58%;
    }
}

@media screen and (max-width:1366px) {
    /* .banner-more {
        top: 18%;
    } */

    .buttoms-5 p {
        margin-bottom: 48px;
    }

    .joinstep {
        margin-top: 32px;
    }
}

@media screen and (max-width:1200px) {
    .banner-time {
        font-size: 1.44vw;
    }

    .bannerr {
        position: relative;
    }

    .bannerr img {
        width: 100%;
        display: block;
    }

    .banner-more {
        width: 33%;
        position: absolute;
        /* top: 19%; */
        left: 54%;
        font-size: 1.2vw;
        text-align: justify;
        text-justify: distribute-all-lines;
        text-align-last: center;
        text-align: justify;
    }

    .banner-more-tit {
        font-weight: 700;
        /* letter-spacing: 1.5vw; */
        font-size: 3.3vw;
        margin-bottom: 3.5vw;
    }

    .banner-time {
        text-align-last: center;
        color: #000;
    }

    .banner-bottom {
        display: inline-block;
        margin-top: 2.5vw;
        width: 47%;
        white-space: nowrap;
    }

    .group-1 {
        text-align: center;
        background: #f4f4f4;
        padding-top: 3.3em;
        padding-bottom: 3.5em;
        color: #000;
    }

    .title-hw {
        font-size: 1.66vw;
        font-weight: bold;
        margin-bottom: 2vw;
    }

    .title-hw-0 {
        font-size: 1.33vw;
        font-weight: 600;
        line-height: 3.3vw;
        /* margin-bottom: 2vw; */
    }

    .texts-hw {
        font-size: 1.17vw;
        margin-bottom: .08vw;
    }

    .group-2 {
        position: relative;
        height: auto;
    }

    .group-2 img {
        width: 100%;
        display: block;
    }

    .group-2 img.pcc {
        width: 100%;
        position: inherit;
        transform: inherit;
        height: auto;
        top: 0;
        left: 0;
    }

    .things-body {
        position: absolute;
        top: 6%;
        /* bottom: 0; */
        width: 100%;
    }

    .th-son {
        margin: 3.13vw auto;
        width: 60%;
        color: #000;
    }

    .hw-things {
        padding-bottom: 2vw;
        white-space: nowrap;
    }

    .th-son img {
        width: 3.13vw;
        display: inline-block;
        vertical-align: top;
    }

    .th-box {
        display: inline-block;
    }

    .th-box p {
        white-space: normal;
    }

    .p-big {
        font-size: 1vw;
    }

    .p-big-1 {
        padding-bottom: .5em;
    }

    .p-star {
        font-size: 1.17vw;
    }

    .p-star-1 {
        padding-bottom: .5em;
    }

    .group-4 {
        text-align: center;
        color: #000;
        position: relative;
        padding-bottom: 3.5em;
    }

    .title-hw-4 {
        padding-top: 3.3em;
    }

    .bold-td {
        font-weight: 600;
    }

    .group-5 {
        position: relative;
    }

    .group-5 img {
        width: 100%;
        display: block;
    }

    .group-5 .screena {
        border: solid 1px #fff;
        color: #fff;
        width: 15%;
        margin: 0 auto;
        text-align: center;
        font-size: .83vw;
    }

    .maodian {
        position: absolute;
        top: -65px;
    }

    .group-6 {
        position: relative;
        color: #000;
        height: 100%;
        padding-bottom: 0;
    }

    .group-6::after {
        content: "";
        height: 0;
        line-height: 0;
        display: block;
        visibility: hidden;
        clear: both;
    }

    .detail-box {
        height: 100%;
    }

    .detail-box::after {
        content: "";
        height: 0;
        line-height: 0;
        display: block;
        visibility: hidden;
        clear: both;
    }

    .title-hw-6 {
        text-align: center;
        padding-top: 3.3em;
        font-size: 1.66vw;
        font-weight: 600;
        margin-bottom: 2.5vw;
    }

    .pgd_detail {
        width: 60%;
        position: relative;
        margin: auto;
        padding-bottom: 3.5em;
    }

    .pgd_detail p {
        font-size: 1.17vw;
        line-height: 1.5;
    }

    .pgd_detail_title span {
        padding-right: 40px;
        display: inline-block;
    }

    .serPlus-Medium i {
        background-position: center;
        display: block;
    }

    .pgd_detail_content {
        padding-top: .6em;
    }

    .anxiahou {
        display: none;
    }

    .anniu {
        margin-top: 35px;
        text-align: center;
        position: relative;
    }

    .anniu .wzz {
        display: inline-block;
        font-size: 0.9vw;
        width: 4em;
        position: relative;
        text-indent: 1.2em;
    }

    .anniu i {
        position: absolute;
        top: 3px;
        left: 0%;
        width: 10px;
        height: 10px;
        background: url(../img/close.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    /* data0629 */
    .section3 {
        border-top: 1px solid #c9c9c9;
    }

    .section3 .content {
        margin-bottom: 3.3vw;
    }

    .section3 .select-list {
        display: flex;
        flex: 1;
    }

    select::-ms-expand {
        display: none;
    }

    .section3 .select-list select {
        width: 43%;
        height: 2.7vw;
        font-size: 0.78vw;
        line-height: 1.5;
        cursor: pointer;
        padding-left: 0.5vw;
        outline: none;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        background-size: 1.28vw;
        background-origin: padding-box;
        outline: none;
        overflow: hidden !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-right: 2.5vw;
        -ms-text-overflow: ellipsis;
        -ms-white-space: nowrap;
        -webkit-text-overflow: ellipsis;
        -webkit-white-space: nowrap;
        -ms-overflow: hidden !important;
        -webkit-overflow: hidden !important;
    }

    .section3 .select-list select>option {
        padding: 0.5vw 0;
    }

    .section3 .title {
        font-size: 1.33vw;
        text-align: center;
        line-height: 1.5;
        font-weight: bold;
    }

    .section3 .small-title {
        font-size: 1.1vw;
        text-align: center;
        line-height: 1.5;
        margin: 2vw 0;
    }

    .section3 table {
        margin: 3.3vw 0 0;
        border-collapse: collapse;
        text-align: center;
        color: #000;
        width: 100%;
        font-size: 1vw;
        vertical-align: middle;
    }

    .section3 table tr th {
        border: 1px solid #c9c9c9;
        vertical-align: middle;
    }

    .section3 table td,
    table th {
        vertical-align: middle;
        border: 1px solid #c9c9c9;
        height: 2.65vw;
    }

    .section3 table tr th {
        border: 1px solid #c9c9c9;
        /* font-size: 3.33vw; */
    }

    .section3 table thead {
        width: 100%;
        line-height: 1.5vw;
        text-align: center;
    }

    .section3 table thead th {
        width: 50%;
        font-weight: bold;
    }

    .section3 .content {
        width: calc(100% - 45vw);
        margin: auto;
        padding: 3.75vw 0;
    }

    .hw-things {
        padding-bottom: 1vw;
    }

    .buttoms-5 h2 {
        font-size: 1.33vw;
    }

    .buttoms-5 h3,
    .buttoms-5 p,
    .joinstep li {
        font-size: 1.17vw;
    }

    .buttoms-5 p {
        margin-bottom: 3vw;
    }

    .joinstep li::after {
        background-size: 80%;
        top: 4px;
        right: -110px;
    }

    .buttoms-5 {
        max-width: 800px;
    }

    .joinstep {
        margin-top: 3vw;
    }

    /* 新增参与方式 */
    .join-way ul {
        padding: 0 50px;
    }

    .join-way h2 {
        font-size: 1.66vw;
        margin-bottom: 2.5vw;
    }

    .join-way .int {
        font-size: 1.17vw;
    }

    .join-way ul li .pic {
        width: 6.385417vw;
    }

    .join-way ul li a {
        width: 8.729167vw;
        font-size: 1.17vw;
    }

    .join-way ul li p {
        font-size: 1.17vw;
    }

    .join-way .tips {
        font-size: 1.17vw;
    }
}

@media screen and (max-width:1010px) and (min-width:901px) {
    .th-son {
        width: 60%;
    }
}

@media screen and (max-width:900px) {
    .pcc {
        display: none !important;
    }

    .mobb {
        display: block !important;
    }

    .mobc {
        display: none !important;
    }

    .banner-more {
        width: 90%;
        position: absolute;
        top: 7%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 3.2vw;
        text-align: center;
    }

    .ban-txt {
        font-size: 5vw;
        margin-bottom: 4.2667vw;
        /* padding: 1vw 2vw; */
    }

    .banner-box {
        justify-content: space-around;
    }

    .banner-more-tit {
        font-size: 8vw;
    }

    .banner-bottom {
        width: 40%;
        margin: 0;
    }

    .banner-more h2 {
        font-size: 8vw;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 4.2667vw;
    }

    .banner-time {
        margin-bottom: 5.2vw;
        font-size: 3.33vw;
    }

    .screena {
        font-size: 2.87vw;
        height: 8vw;
        line-height: 8vw;
        border-radius: 0.5333vw;
    }

    .th-son {
        margin: 1.5vw auto;
        width: 90%;
        color: #000;
    }

    .pgd_detail p {
        font-size: 3.33vw;
        line-height: 1.25;
    }

    .pgd_detail {
        width: 90%;
        position: relative;
        margin: auto;
        padding-bottom: 3.5em;
    }

    .title-hw-6 {
        text-align: center;
        padding-top: 3.3em;
        font-size: 5vw;
        line-height: 1.5;
        font-weight: bold;
        margin-bottom: 6.4vw;
    }

    .title-hw,
    .title-hw-4 {
        font-size: 5vw;
    }

    .title-hw-0 {
        font-size: 3.8vw;
        line-height: 1.5;
    }

    table {
        width: 90%;
        table-layout: auto;
    }

    thead td {
        font-size: 3.33vw;
        padding: 0 5px 0 5px;
    }

    tbody td {
        font-size: 3.33vw;
        padding: 0 5px 0 5px;
    }

    thead td:first-child {
        width: 24% !important;
    }

    thead td:nth-child(2) {
        width: 38% !important;
    }

    .texts-hw {
        font-size: 2vw;
        /* font-size: 14px; */
        margin-bottom: .08vw;
    }

    .texts-hw {
        font-size: 3.33vw;
        padding: 3px;
        /* margin-bottom: .08vw; */
    }

    .group-5 .screena {
        border: solid 1px #fff;
        color: #fff;
        width: 28%;
        margin: 0 auto;
        text-align: center;
        font-size: 2.33vw;
    }

    .th-box {
        width: 90%;
    }

    .th-son img {
        width: 8.14vw;
        display: inline-block;
        vertical-align: top;
    }

    /* .p-big{
    font-size:2vw;
  }
  .p-star{
    font-size:1.8vw;
  } */
    .p-big-1 {
        padding-bottom: .1em;
    }

    .p-star-1 {
        padding-bottom: .1em;
    }

    /* .things-body {
        padding-top: 4vw;
    } */
    .texts-hw {
        /* font-size: 2vw; */
        /* font-size: 14px; */
        /* margin-bottom: .08vw; */
        padding-left: 10%;
        padding-right: 10%;
    }

    .buttoms-5 h2 {
        font-size: 4vw;
    }

    .buttoms-5 h3,
    .buttoms-5 p,
    .joinstep li {
        font-size: 3.33vw;
    }

    .buttoms-5 {
        width: 88%;
    }

    .joinstep {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 3.5vw;
        flex-wrap: wrap;
        margin-left: 7%;
    }

    .joinstep li {
        width: 50%;
        text-align: left;
        margin-bottom: 2vw;
    }

    .joinstep li::after {
        background-size: 75%;
        top: 14px;
        right: 19px;
    }

    .joinstep li:nth-child(2):after {
        display: none;
    }

    .joinstep li span {
        width: 3.47vw;
        height: 3.47vw;
        font-size: 2.47vw;
        line-height: 3.47vw;
    }

    .newque li {
        padding: 3.2vw 0 3.2vw 0;
    }

    .group-6 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 850px) {
    .p-star {
        font-size: 3.33vw;
    }

    .p-big {
        font-size: 3.33vw;
    }

    .mob-show {
        display: inline-block;
    }

    .group-1 {
        padding: 8vw 0;
    }

    .section3 .content {
        margin-bottom: 0;
        width: 75%;
        padding: 8.75vw 0
    }

    .section3 .select-list {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .section3 .title {
        font-size: 5vw;
        margin-bottom: 3vw;
    }

    .section3 .small-title {
        font-size: 2.6vw;
        margin: 4vw 0;
    }

    .section3 .select-list select {
        width: 100%;
        height: 9.5vw;
        font-size: 3.33vw;
        padding-left: 1.5vw;
        background-size: 3.6vw;
        margin: 0 auto 4vw;
    }

    .section3 table {
        margin: 0;
        font-size: 3.2vw;
    }

    .section3 table td,
    table th {
        height: 10vw;
    }

    /* 新增参与方式 */
    .join-way h2 {
        font-size: 5vw;
        margin-bottom: 7.8vw;
    }

    .join-way .int {
        font-size: 3.33vw;
        padding: 0 10%;
    }

    .join-way ul {
        flex-wrap: wrap;
        padding: 0;
    }

    .join-way ul li {
        width: 50%;
        margin-bottom: 3vw;
    }

    .join-way ul li:nth-child(3),
    .join-way ul li:nth-child(4) {
        margin-bottom: 0;
    }

    .join-way ul li .pic {
        width: 30%;
    }

    .join-way ul li p {
        font-size: 3.33vw;
    }

    .join-way .tips {
        width: 80%;
        margin: 0 auto;
        font-size: 3.33vw;
        line-height: 1.5;
        margin-top: 1.3333vw;
        margin-bottom: 5vw;
    }
}

@media screen and (max-width:768px) {
    .mob-huanhang {
        display: block;
        height: 0px;
    }
}


/* @media screen and (max-width:790px) and (min-width:750px) { */

@media screen and (max-width:790px) {

    /* .things-body {
        padding-top: 10vw;
    } */
    .hw-things {
        padding-bottom: 3vw;
    }

    .th-son {
        margin: 1.5vw auto;
        width: 90%;
        color: #000;
    }

    .th-box {
        width: 90%;
    }

    .texts-hw {
        /* font-size: 2vw; */
        /* font-size: 14px; */
        /* margin-bottom: .08vw; */
        padding-left: 10%;
        padding-right: 10%;
    }

    .group-2 {
        height: 700px;
    }

    .group-2 img.mobb {
        position: absolute;
        bottom: 0;
    }

    .th-box p {
        font-size: 3.33vw;
        line-height: 1.5;
    }

    .title-hw-0 {
        font-size: 3.8vw;
        line-height: 1.5;
    }
}


/* @media screen and (max-width:900px) and (min-width:500px) {
    .p-big {
        font-size: 12px;
    }
    .p-star {
        font-size: 12px;
    }
    .hw-things {
        padding-bottom: 6vw;
    }
} */


@media screen and (min-width: 501px) and (max-width: 834px) {
    .join-way ul li a {
        width: 50%;
        height: auto;
        padding: 16px 30px;
        font-size: 3.33vw;
        border-radius: 10px;
    }

}

@media screen and (max-width:500px) {

    .pgd_detail_title i {
        width: 12px;
        height: 12px;
    }

    .p_thp {
        padding: 0 10%;
        text-align: left;
    }

    .banner-time {
        margin-bottom: 6vw;
    }

    /* .th-box p,
    .title-hw-0 {
        font-size: 3.06vw;
        line-height: 1.5;
    } */
    .joinstep li::after {
        background-size: 50%;
        top: 4px;
        right: -20px;
    }

    .group-2 {
        height: 400px;
    }

    .group-2 img.mobc {
        position: absolute;
        bottom: 0;
    }

    .join-way ul li a {
        width: 50%;
        height: auto;
        font-size: 3.33vw;
        border-radius: 5px;
    }

    .things-body {
        top: 10%;
    }

    .main .things-body .th-son {
        margin: 17.5vw auto;
    }
}

@media screen and (max-width:425px) {
    .hw-things {
        padding-bottom: 3vw;
    }
}

@media screen and (max-width:374px) {
    .hw-things {
        padding-bottom: 3vw;
    }

    .th-son {
        margin: 3.5vw auto;
    }
}

@media screen and (max-width:363px) {
    .things-body {
        padding-top: 1vw;
        top: 1%;
    }

    .group-2 {
        height: 326px;
    }
}

@media screen and (max-width:500px) and (min-width:300px) {

    /* .p-big {
        font-size: 12px;
    }
    .p-star {
        font-size: 12px;
    }
    .title-hw-0 {
        font-size: 12px;
        line-height: 1.2;
    }
    .hw-things {
        padding-bottom: 4vw;
    } */
    .pcc {
        display: none !important;
    }

    .moba {
        display: none !important;
    }

    .mobc {
        display: block !important;
    }

    .group-5 .screena {
        font-size: 3vw;
    }
}