@media (min-width: 768px) {
    * {
        margin: 0;
        padding: 0;
    }

    p {
        margin: 0;
        padding-bottom: 5px;
    }
    #data_contentimg_box {
        display: block;
    }
    #data_contentimg_mobile {
        display: none;
    }
    #card {
        width: 100%;
        overflow: hidden;
        background-color: #f4f8fb;
    }

    #card > #card_title {
        font-size: 30px;
        text-align: center;
        color: #333333;
        font-weight: bold;
        margin-top: 50px;
    }

    #card > #card_title > img {
        margin-top: -3px;
        vertical-align: top;
    }
    #card_box {
        width: 100%;
        /* height: 588px!important; */
        /* background-color: skyblue; */
    }
    #card_box #card_box_content {
        /* width:1216px;
          height: 588px; */
        padding: 0 30px;
        margin: 0px auto 32px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        /* background-color: #fff; */
    }
    #card_box #card_box_content .card_box_top {
        width: 310px;
        height: 213px;
        text-align: center;
        /* background-color: skyblue; */
    }
    #card_box #card_box_content .card_box_top .card_box_top_img img {
        width: 80px;
        height: 80px;
        margin-bottom: 12px;
    }
    #card_box #card_box_content .card_box_top .card_box_top_title p {
        font-size: 18px;
        color: #1c3146;
        font-weight: 700;
        margin-bottom: 12px;
    }
    #card_box #card_box_content .card_box_top .card_box_top_text {
        font-size: 14px;
        color: #555555;
    }
    .data_num_city_contentText {
        width: 720px;
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    #data > #data_content02 > .data_contentimg > img {
        width: 1217px;
        height: 600px !important;
        position: absolute;
        right: 0;
    }
    #data > #data_content02 {
        width: 100%;
        height: 600px;
        margin: 25px auto 80px;
        display: flex;
        position: relative;
        overflow: hidden;
    }
    .data_num_city_contentText_title {
        font-size: 26px;
        /* background: linear-gradient(to right, #00a3ff, #14defa);
        -webkit-background-clip: text; */
        display: inline-block;
        background: linear-gradient(90deg, #006bce, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
        padding: 50px 0px 5px 50px;
    }
    .data_num_city_contentText_box {
        line-height: 45px;
        margin: 33px 20px 55px 50px;
        color: #cdcdcd;
    }
    .data_num_city_contentText_box .data_num_city_contentText_box01 :nth-child(1) {
        font-size: 16px;
        display: inline-block;
        background: linear-gradient(90deg, #006bce, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
        margin-right: 20px;
    }
    #data_num_city_contentText_box03 {
        margin: 35px 20px 122px 50px;
        line-height: 30px;
        color: #cdcdcd;
    }
    .data_num_city_contentText_left {
        width: 720px;
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .data_num_city_contentText_left_top {
        font-size: 26px;
        display: inline-block;
        background: linear-gradient(90deg, #006bce, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
        padding: 48px 0px 0px 50px;
    }
    .data_num_city_contentText_left_content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 40px 50px 22px 50px;
    }
    .data_num_city_contentText_left_content_box01 {
        width: 168px;
        height: 66px;
        color: #cdcdcd;
        margin-bottom: 40px;
    }
    .data_num_city_contentText_left_content_box01 :nth-child(1) {
        font-size: 16px;
        display: inline-block;
        background: linear-gradient(90deg, #006bce, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
    }
    .data_num_city_contentText_left_content_last {
        margin: 28px 50px 60px 50px;
        color: #cdcdcd;
        line-height: 44px;
    }
    .data_num_city_contentText_box04 :nth-child(1) {
        position: relative;
        top: -3px;
        display: inline-block;
        width: 5px;
        height: 5px;
        border: 1px solid #00a2ff;
        transform: rotate(45deg);
        /* border-radius: 50%; */
        margin-right: 12px;
    }
    #help_content {
        width: 1440px;
        height: 200px;
        margin: 80px auto 0px;
        background-color: skyblue;
    }
    .help_content_img {
        width: 100%;
        height: 100%;
    }
    .help_content_img img {
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1024px) {
    #card_box #card_box_content {
        width: 100%;
        /* height: 588px; */
        margin: 0px auto 32px;
        padding: 0px 30px 0px 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* background-color: #fff; */
    }
    .data_num_city_contentText {
        width: 720px;
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
        position: absolute;
        right: 30px;
        bottom: 0;
    }

    .data_num_city_contentText_left {
        width: 720px;
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
        position: absolute;
        left: 30px;
        bottom: 0;
    }
}
@media (min-width: 1440px) {
    #data > #data_content02 {
        width: 1440px;
        height: 600px;
        margin: 25px auto 80px;
        display: flex;
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    #card_box {
        width: 1440px;
        margin: 0px auto 32px;
        display: flex;
        justify-content: space-between;
        padding: 0px;
    }
    #card_box #card_box_content {
        width: 1216px;
        /* height: 588px; */
        margin: 0px auto 0px;
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* background-color: #fff; */
    }
    .data_num_city_contentText {
        width: 720px;
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .data_num_city_contentText_left {
        width: 720px;
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
@media(min-width:1298px){
    #card_box #card_box_content .card_box_top{
        width: 30%;
        height: 213px ;
        text-align: center;
        /* background-color: skyblue; */
      }
}

@media (width: 1440px) {
    #card_box {
        width: 100%;
        margin: 0px auto 80px;
        display: flex;
        justify-content: space-between;
        padding: 0px 30px;
    }
}
@media (max-width: 767px) {
    #data_contentimg_box {
        display: none;
    }
    #data_contentimg_mobile {
        display: block;
    }

    #product-banner .product-bannerBox {
        bottom: 13px !important;
    }
    #card > #card_title {
        font-size: 24px;
        text-align: center;
        color: #333333;
        font-weight: bold;
        margin-top: 38px;
    }
    #card > #card_title > img {
        vertical-align: top;
        width: 100px;
    }
    #card_box {
        width: 90%;
        /* height: 588px!important; */
        /* background-color: skyblue; */
        margin: 0 auto 0;
    }
    #card_box #card_box_content {
        /* width:1216px;
          height: 588px; */
        margin: 0px auto 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* background-color: #fff; */
    }
    #card_box #card_box_content .card_box_top {
        width: 45%;
        /* height: 213px ; */
        text-align: center;
        /* background-color: skyblue; */
    }
    #card_box #card_box_content .card_box_top .card_box_top_img img {
        width: 80px;
        height: 80px;
        margin-bottom: 12px;
    }
    #card_box #card_box_content .card_box_top .card_box_top_title p {
        font-size: 20px;
        color: #1f3147;
        /* font-weight: 700; */
        line-height: 26px;
        margin-bottom: 25px;
        font-family: '微软雅黑';
    }
    #card_box #card_box_content .card_box_top .card_box_top_text {
        font-size: 14px;
        color: #555555;
    }
    .data_num_city_contentText {
        width: 100%;
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
    }
    .data_num_city_contentText_title {
        font-size: 26px;
        display: inline-block;
        background: linear-gradient(90deg, #006bce, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
        padding: 36px 0px 36px 20px;
    }
    .data_num_city_contentText_box {
        line-height: 24px;
        margin: 0px 20px 20px 20px;
        color: #cdcdcd;
    }
    .data_num_city_contentText_box .data_num_city_contentText_box01 :nth-child(1) {
        font-size: 16px;
        display: inline-block;
        background: linear-gradient(90deg, #006bce, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
        margin-right: 20px;
    }
    .data_num_city_contentText_box .data_num_city_contentText_box01 :nth-child(2){
        display: block;
    } 
    #data_num_city_contentText_box03 {
        margin: 0px 20px 20px 20px;
        line-height: 30px;
        color: #cdcdcd;
    }
    .data_num_city_contentText_left {
        width: 100%;
        background-color: #2d2f43;
        line-height: 24px;
        overflow: hidden;
        position: relative;
        top: -1px;
    }
    .data_num_city_contentText_left_top {
        font-size: 26px;
        display: inline-block;
        background: linear-gradient(90deg, #006bce, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
        padding: 36px 0px 36px 20px;
    }
    .data_num_city_contentText_left_content {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0px 20px 20px 20px;
    }
    .data_num_city_contentText_left_content_box01 {
        /* width: 168px;
        height: 66px; */
        color: #cdcdcd;
        /* margin-bottom: 10px; */
    }
    .data_num_city_contentText_left_content :last-child {
        /* margin-bottom: 20px; */
        display: block;
    }
    .data_num_city_contentText_left_content_box01 :nth-child(1) {
        font-size: 16px;
        display: inline-block;
        background: linear-gradient(90deg, #006bce, #14defa);
        -webkit-background-clip: text;
        color: transparent;
        font-weight: bold;
        margin-right:20px ;
        /* width: 28%; */
    }
    .data_num_city_contentText_left_content_last {
        margin: 0px 20px 20px 20px;
        color: #cdcdcd;
        line-height: 24px;
    }
    .data_num_city_contentText_box04 :nth-child(1) {
        position: relative;
        top: -3px;
        display: inline-block;
        width: 5px;
        height: 5px;
        border: 1px solid #00a2ff;
        transform: rotate(45deg);
        /* border-radius: 50%; */
        margin-right: 12px;
    }
    #help_content {
        width: 1440px;
        height: 200px;
        margin: 80px auto 0px;
        background-color: skyblue;
    }
    .help_content_img {
        width: 100%;
        height: 100%;
    }
    .help_content_img img {
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 667px) {
    #card_box {
        width: 90%;
        /* height: 588px!important; */
        /* background-color: skyblue; */
        margin: 0 auto 0;
    }
    #card_box #card_box_content {
        /* width:1216px;
          height: 588px; */
        margin: 0px auto 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* background-color: #fff; */
    }
    #card_box #card_box_content .card_box_top {
        width: 45%;
        /* height: 213px ; */
        text-align: center;
        /* background-color: skyblue; */
    }
    .data_num_city_contentText_box {
        line-height: 24px;
        margin: 0px 20px 20px 20px;
    }
}
@media (max-width: 375px) {
    #card_box {
        width: 90%;
        /* height: 588px!important; */
        /* background-color: skyblue; */
        margin: 0 auto 0;
    }
    #card_box #card_box_content {
        /* width:1216px;
          height: 588px; */
        margin: 0px auto 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* background-color: #fff; */
    }
    #card_box #card_box_content .card_box_top {
        width: 45%;
        /* height: 213px ; */
        text-align: center;
        /* background-color: skyblue; */
    }
    .data_num_city_contentText_box {
        line-height: 24px;
        margin: 0px 20px 20px 50px;
    }
}
@media (max-width: 414px) {
    #card_box {
        width: 90%;
        /* height: 588px!important; */
        /* background-color: skyblue; */
        margin: 0 auto 0;
    }
    #card_box #card_box_content {
        /* width:1216px;
          height: 588px; */
        margin: 0px auto 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /* background-color: #fff; */
    }
    #card_box #card_box_content .card_box_top {
        width: 45%;
        /* height: 213px ; */
        text-align: center;
        /* margin-top: 50px; */
        /* background-color: skyblue; */
    }
    .data_num_city_contentText_box {
        line-height: 24px;
        margin: 0px 20px 20px 20px;
    }
}
