body {
    background: rgba(255, 255, 255, 1);
}

* {
    font-family: PingFangSC-Medium, PingFang SC !important;
}

/*æ–‡å­—è¶…å‡ºçœç•¥*/

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ellipsis4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.standard_title {
    width: 100%;
    height: auto;
    margin: 4% auto 3% auto;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #00000F;
}

.standard_title1 {
    color: #fff;
}

.standard_title1 span, .standard_title1 i, .standard_title span, .standard_title i {
    font-size: 24px;
}

.standard_title span, .standard_title i {
    color: #00000F;
}

.standard_title1 span, .standard_title1 i {
    color: #fff;
}

@media screen and (max-width:750px) {
    .standard_title {
        font-size: 24px;
    }
    .standard_title1 span, .standard_title span, .standard_title1 i, .standard_title i {
        font-size: 18px;
    }
}

@media screen and (max-width:590px) {
    .standard_title {
        margin: 8% auto 5% auto;
    }
}

@media screen and (max-width:520px) {
    .standard_title {
        font-size: 20px;
    }
    .standard_title1 span, .standard_title span, .standard_title1 i, .standard_title i {
        font-size: 14px;
    }
}

@media screen and (max-width:410px) {
    .standard_title {
        font-size: 16px;
    }
    .standard_title1 span, .standard_title span, .standard_title1 i, .standard_title i {
        font-size: 12px;
    }
}

/* ä»€ä¹ˆæ˜¯ä¸¤åŒ–èžåˆè´¯æ ‡ */

.what_box {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
}

.what_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.what_left {
    width: 42.373%;
}

.what_left h1 {
    font-size: 27px;
    font-weight: 400;
    color: rgba(0, 0, 15, 1);
    line-height: 38px;
}

.what_left h1 span {
    font-size: 27px;
    font-weight: 400;
    color: rgba(225, 72, 72, 1);
    line-height: 38px;
}

.what_left h2 {
    font-size: 16px;
    font-weight: 500;
    color: rgba(159, 159, 159, 1);
    line-height: 22px;
    padding: 1% 0 3%;
}

.what_left p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(159, 159, 159, 1);
    line-height: 28px;
}

.what_left p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #E25252;
}

.what_right img {
    width: 100%;
}

@media screen and (max-width:1010px) {
    .what_content {
        justify-content: center;
        align-items: center;
    }
    .what_left {
        width: 90%;
    }
    .what_right {
        width: 90%;
        margin-top: 3%;
    }
}

@media screen and (max-width:690px) {
    .what_left h1 {
        font-size: 22px;
    }
    .what_left h1 span {
        font-size: 22px;
    }
    .what_left h2 {
        font-size: 12px;
        line-height: 18px;
    }
    .what_left p {
        font-size: 14px;
        line-height: 21px;
    }
    .what_left p span {
        font-size: 14px;
        line-height: 21px;
    }
}

@media screen and (max-width:400px) {
    .what_left h1 {
        font-size: 20px;
    }
    .what_left h1 span {
        font-size: 20px;
    }
}

@media screen and (max-width:330px) {
    .what_left h1 {
        font-size: 16px;
        line-height: 24px;
    }
    .what_left h1 span {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ä¸¤åŒ–èžåˆè´¯æ ‡çš„ä¼˜åŠ¿ */

.advantage_box {
    width: 100%;
    height: auto;
}

.advantage_content {
    width: 100%;
    height: auto;
    max-width: 1080px;
    margin: 0 auto;
}

.advantage_content ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.advantage_content ul li {
    width: 44.45%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.ac_img {
    margin-right: 4%;
}

.ac_img img, .process_img img {
    transition: 1s;
}

.ac_img img:hover, .process_img img:hover {
    transform: rotate(360deg);
    transition: 1s;
}

.ac_text h1 {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(52, 52, 52, 1);
    line-height: 28px;
}

.ac_text h2 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(163, 163, 163, 1);
    line-height: 33px;
}

.ac_btn_box {
    width: 70.566%;
    max-width: 1198px;
    height: 91px;
    background: linear-gradient(90deg, rgba(254, 165, 165, 1) 0%, rgba(253, 226, 190, 1) 100%);
    border-radius: 46px;
    margin: 0 auto 5%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ac_btn_box a {
    text-decoration: none;
}

.ac_btn_box h1 {
    font-size: 1.6vw;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 2.52vw;
    letter-spacing: 2px;
}

.ac_btn {
    width: 100%;
    height: auto;
    /* background: rgba(255, 255, 255, 1); */
    border-radius: 26px;
    margin-right: 59px;
    background: url(..//images/kefu.png) no-repeat center left rgba(255, 255, 255, 1);
    background-position-x: 12%;
    font-size: 1.56vw;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(239, 58, 80, 1);
    line-height: 2.22vw;
    letter-spacing: 1px;
    box-shadow: 2px 3px 0px 0px rgba(239, 58, 80, 1);
    text-align: right;
    padding: 0 26px 0 0;
    line-height: 51px;
}

@media screen and (max-width:1056px) {
    .advantage_content ul li {
        width: 44.45%;
    }
}

@media screen and (max-width:730px) {
    .ac_text h1 {
        font-size: 24px;
    }
    .advantage_content ul {
        flex-direction: column;
        padding: 0 2%;
    }
    .advantage_content ul li {
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .ac_img {
        margin-right: 0;
    }
    .ac_img img {
        width: auto;
    }
    .ac_btn {
        background-size: 20%;
    }
}

@media screen and (max-width:650px) {
    .ac_btn {
        width: 100%;
        background: rgba(255, 255, 255, 1);
        padding: 0;
        text-align: center;
        line-height: 27px;
        margin: 0;
        font-size: 14px;
    }
    .ac_btn_box a {
        width: 20%;
    }
    .ac_btn_box {
        width: 90%;
        justify-content: center;
        padding-right: 0;
    }
    .ac_btn_box h1 {
        margin-left: 0;
    }
}

@media screen and (max-width:520px) {
    .ac_text {
        width: 100%;
    }
    .ac_text h1 {
        font-size: 16px;
    }
    .ac_text h2 {
        font-size: 12px;
        line-height: 24px;
    }
    .ac_img{
        width: 10%;
        margin-right: 10px;
    }
    .ac_img img{
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .ac_btn_box {
        flex-direction: column;
    }
    .ac_btn_box h1 {
        padding: 0% 10%;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
    }
    .ac_btn_box a {
        width: 30%;
    }
}

@media screen and (max-width:375px) {
    .ac_text h1 {
        font-size: 14px;
    }
}

/* å“ªäº›ä¼ä¸šå¯ä»¥åšä¸¤åŒ–èžåˆè´¯æ ‡ */

.that_box {
    width: 100%;
    height: auto;
}

.that {
    display: flex;
    justify-content: center;
    align-items: center;
}

.that_left {
    width: 40%;
    height: 600px;
    background: rgba(227, 100, 38, 1);
    border: 1px solid rgba(151, 151, 151, 1);
    padding: 9.715% 0 8%;
    display: flex;
    justify-content: flex-end;
}

.taht_text {
    width: 50%;
    margin-right: 20px;
}

.taht_text h1 {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
}

.taht_text h2 {
    margin: 13.93% auto 20%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
}

.that_btn {
    width: 195px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 8px;
    text-align: center;
}

.that_btn a {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(239, 58, 80, 1);
    line-height: 22px;
    letter-spacing: 1px;
    line-height: 50px;
    text-decoration: none;
}

.that_btn:hover {
    background: #a9262c;
}

.that_btn:hover a {
    color: rgba(255, 255, 255, 1);
}

.that_right {
    width: 60%;
    height: 600px;
    background: url(..//images/that.jpg) no-repeat center center;
    padding: 5.532% 0;
    background-size: cover;
}

.that_right_box {
    width: 80%;
}

.that_right ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 100px;
}

.that_right ul li {
    width: 40%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 30px;
    margin-right: 20px;
    text-align: center;
}

.that_right ul li:first-child, .that_right ul li:nth-child(2) {
    margin-top: 0;
}

.that_right ul li:nth-child(2n) {
    margin-right: 0;
}

.that_right ul li a {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    line-height: 74px;
    text-decoration: none;
}

@media screen and (max-width:1335px) {
    .taht_text {
        width: 75%;
        margin-right: 20px;
    }
    .that_right_box {
        width: 100%;
    }
}

@media screen and (max-width:960px) {
    .that {
        flex-direction: column;
    }
    .that_left {
        width: 100%;
    }
    .taht_text {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .that_left {
        width: 100%;
        height: auto;
        padding: 8% 2%;
    }
    .taht_text h2 {
        margin: 2% auto;
    }
    .that_right {
        width: 100%;
        height: auto;
    }
    .that_right ul {
        justify-content: center;
        margin: auto;
    }
}

@media screen and (max-width:495px) {
    .taht_text h1 {
        font-size: 16px;
        line-height: 24px;
    }
    .taht_text h2 {
        font-size: 14px;
        line-height: 21px;
    }
    .that_btn a {
        font-size: 14px;
        line-height: 30px;
    }
    .that_right ul li {
        width: 40%;
    }
    .that_right ul li a {
        font-size: 12px;
        line-height: 36px;
    }
}

/* ä¸¤åŒ–èžåˆè´¯æ ‡æµç¨‹ */

.process_box {
    width: 100%;
    height: auto;
}

.process {
    width: 100%;
    max-width: 1098px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 0 1%;
}

.process_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 70px;
}

.process_content {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 70px;
}

.process_gd img, .process_img img {
    width: 100%;
}

.process_title {
    display: flex;
    align-items: flex-start;
    margin-top: 70px;
}

.process_title h1 {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 25px;
    letter-spacing: 1px;
}

.process_title p {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(239, 58, 80, 1);
    line-height: 25px;
    letter-spacing: 1px;
    margin-right: 9px;
    margin-top:18px;
}

.process {
    margin-bottom: 50px;
}

@media screen and (max-width:1120px) {
    .process_title h1 {
        font-size: 12px;
        line-height: 18px;
    }
    .process_title p {
        font-size: 12px;
        line-height: 18px;
    }
    .process_title {
        margin-top: 20px;
    }
    .process_img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .process_img img {
        width: 70%;
    }
    .process {
        align-items: center;
    }
}

@media screen and (max-width:780px) {
    .process_title p {
        margin-right: 0px;
    }
    .process_img {
        width: 50%;
    }
    .process_gd {
        display: none;
    }
    .process_content {
        width: 50%;
        padding: 0 3%;
    }
    .process_content {
        margin-top: 30px;
    }
    .process_content:first-child, .process_content:nth-child(3) {
        margin-top: 0;
    }
    .process {
        align-items: self-start;
    }
}

/* æ²³å—çœä¸¤åŒ–èžåˆè´¯æ ‡æ”¿åºœå¥–åŠ± */

.reward_box {
    width: 100%;
    height: auto;
    background: url(..//images/henanjiangli.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0 70px;
}

.reward_box .standard_title {
    color: #fff;
}

.reward_content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1%;
}

.reward_content_box {
    width: 280px;
    /* height: 380px; */
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-right: 20px;
    padding: 29px 5px 20px;
}

.reward_content_box:last-child {
    margin-right: 0;
}

.reward_content_box h1 {
    width: 122px;
    height: 122px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 122px;
    margin: 0 auto;
    transition: 1s;
}

.reward_content_box h1:hover {
    transform: rotate(360deg);
    transition: 1s;
}

.rcb_a {
    background: url(..//images/50wan.png) no-repeat center center;
    /* background-size: cover; */
}


.rcb_b {
    background: url(..//images/60wan.png) no-repeat center center;
    /* background-size: cover; */
}

.rcb_c {
    background: url(..//images/100wan.png) no-repeat center center;
    /* background-size: cover; */
}

.rcb_d {
    background: url(..//images/100wan.png) no-repeat center center;
    /* background-size: cover; */
}

.reward_content_box h1 span {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(239, 58, 80, 1);
    line-height: 22px;
    letter-spacing: 1px;
}

.reward_content_box h2 {
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 25px;
    letter-spacing: 1px;
    margin: 59px auto 105px;
}

.reward_content_box h3 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 20px;
}

.reward_box .that_btn {
    margin: 60px auto 0;
}

@media screen and (max-width:810px) {
    .reward_content {
        flex-wrap: wrap;
    }
    .reward_content_box {
        margin-top: 20px;
        width: 280px;
    }
    .reward_content_box:nth-child(2n) {
        margin-right: 0;
    }
    .reward_box {
        padding: 50px 0 50px;
    }
}

@media screen and (max-width:210px) {
    .reward_content {
        flex-wrap: wrap;
    }
    .reward_content_box {
        width: 46%;
        margin-top: 20px;
    }
    .reward_content_box:nth-child(2n) {
        margin-right: 0;
    }
    .reward_content_box h1 {
        width: 64px;
        height: 64px;
        background-size: cover;
        font-size: 14px;
        line-height: 61px;
    }
    .reward_content_box h1 span {
        width: 64px;
        height: 64px;
        font-size: 12px;
    }
    .reward_content_box h2 {
        font-size: 14px;
        margin: 9px auto 15px;
    }
    .reward_content_box h3 {
        font-size: 12px;
    }
}

@media screen and (max-width:210px) {
    .reward_content_box {
        height: 240px;
    }
    .reward_content_box h2 {
        font-size: 12px;
    }
}

@media screen and (max-width:380px) {
    .reward_content_box {
        width: 48%;
        margin-right: 10px;
    }
}

/* æˆ‘ä»¬çš„ä¼˜åŠ¿ */

.weys_content {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1%;
}

.weys_content_box {
    width: 280px;
    height: 340px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(239, 58, 80, 0.5);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    margin-right: 20px;
}

.weys_content_box:last-child {
    margin-right: 0;
}

.weys_content_box h1 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    letter-spacing: 1px;
}

.weys_content_box p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
}

@media screen and (max-width:810px) {
    .weys_content_box .col-lg-3{
        padding: 0 5px;
    }
    .weys_content {
        flex-wrap: wrap;
    }
    .weys_content_box {
        width: 40%;
        margin-top: 20px;
       
    }
    .weys_content_box:nth-child(2n) {
        margin-right: 0;
    }
    .weys_content_box h1 {
        font-size: 16px;
    }
    .weys_content_box p {
        font-size: 12px;
    }
}

@media screen and (max-width:475px) {
    .wcb_img {
        width: 40%;
        margin-top: 20px;
    }
    .wcb_img img {
        width: 100%;
    }
    .weys_content_box h1 {
        font-size: 12px;
        margin: 20px 0 0 0;
    }
    .weys_content_box p {
        font-size: 12px;
    }
    .weys_content_box {
        padding: 0px 0;
        justify-content: flex-start;
    }
    .weys_content_box {
        width: 46%;
        height: 220px;
        padding: 1%;
    }
}