@media screen and (min-width: 769px) {
    .footer_wrap .footer_wrap_top {
        background: rgba(0,61,93,1);
        padding: 70px 14.6% 50px;
        display: flex;
        justify-content: space-between;
    }

    .new_popup_content_close {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }

        .new_popup_content_close img {
            position: absolute;
            right: 20px;
            top: 20px;
            height: 18px;
            width: 18px;
        }

    .new_popup_content_close_0 {
        display: block;
    }

        .new_popup_content_close_0:hover {
            display: none;
        }

    .new_popup_content_close_1 {
        display: none;
    }

    .new_popup_content_close_0:hover {
        display: block;
    }

    .scan_code_img {
        margin: 30px 0 22px;
    }

    .wx-text {
        font-size: 12px;
        color: #A3ABB0;
        white-space: nowrap;
        line-height: 1.5;
    }

    .footer_wrap_top_item_title {
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
    }

        .footer_wrap_top_item_title a {
            padding-bottom: 5px
        }

    .footer_wrap_top_item_content li {
        line-height: 2;
    }

    .footer_wrap_top_item_content {
        margin-top: 15px;
    }

    .footer_wrap_top_item_text {
        font-size: 14px;
        color: #A3ABB0;
        padding: 10px 0;
        cursor: pointer;
    }

        .footer_wrap_top_item_text:hover {
            color: #ffffff;
        }

    .footer_wrap_bottom {
        background: #292C33;
        padding: 1rem 3rem;
        text-align: center;
    }

    .footer_wrap_bottom_link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #6E777C;
        line-height: 20px;
    }

        .footer_wrap_bottom_link a {
            font-size: 14px;
            color: #6E777C;
            padding-right: 10px;
        }

    .footer_wrap_bottom_copyright {
        margin-top: 10px;
        font-size: 14px;
        color: #6E777C;
    }

    .new_popup_use, .new_popup_download {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .new_popup_bg {
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: -1;
        cursor: pointer;
    }

    .new_popup_content {
        width: 302px;
        height: 452px;
        background: #ffffff;
        border: 2px solid #2C46DB;
        border-radius: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .new_popup_content .qr_code {
        width: 204px;
        height: 204px;
        margin-top: 50px;
        margin-left: 49px;
    }
    .new_popup_content .title {
        font-size: 16px;
        font-family: Source Han Sans SC;
        font-weight: 600;
        color: #2C46DB;
        line-height: 20px;
        margin-top: 18px;
        text-align: center;
    }
    .new_popup_content .title_ass {
        font-size: 16px;
        font-family: Source Han Sans SC;
        font-weight: 600;
        color: #2C46DB;
        line-height: 24px;
        text-align: center;
    }
    .new_popup_content .line {
        background: #2C46DB;
        border: 1px solid #2C46DB;
        margin-top: 28px;
        width: 302px;
    }
    .new_popup_content .phone {
        font-size: 16px;
        font-family: Source Han Sans SC;
        font-weight: 600;
        color: #2C46DB;
        line-height: 21px;
        margin-top: 26px;
        text-align: center;
      }
      .new_popup_content .phone_num {
          font-size: 20px;
          font-family: Avenir LT 65 Medium;
          font-weight: 600;
          color: #2C46DB;
          margin-top: 5px;
          text-align: center;
      }

    .new_popup_content_item {
        width: 400px;
        height: 456px;
        background: rgba(255,255,255,1);
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        padding: 0px 40px 40px 40px;
        box-sizing: border-box;
    }

        .new_popup_content_item .item_title {
            font-size: 30px;
            color: rgba(56,56,56,1);
            text-align: center;
        }

        .new_popup_content_item .item_subtitle {
            font-size: 14px;
            color: rgba(119,119,119,1);
            text-align: center;
            padding-top: 8px;
            padding-bottom: 15px;
        }

        .new_popup_content_item .item_input {
            width: 100%;
            height: 44px;
            background: rgba(255,255,255,1);
            border: 1px solid rgba(169,194,208,1);
            border-radius: 5px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            margin-top: 16px;
        }

            .new_popup_content_item .item_input p {
                width: 65px;
                text-align: center;
                font-size: 14px;
                color: #383838;
            }

            .new_popup_content_item .item_input input {
                flex: 1;
                height: 39px;
                border-radius: 10px;
                border: none;
                outline: none;
                font-size: 14px;
                color: #383838;
            }

                .new_popup_content_item .item_input input::-webkit-input-placeholder {
                    color: #B9B9B9;
                }

        .new_popup_content_item button {
            width: 100%;
            height: 44px;
            background: #2BCCA8;
            border-radius: 5px;
            border: none;
            font-size: 16px;
            color: #fff;
            margin-top: 26px;
            cursor: pointer;
        }

        .new_popup_content_item .item_notice {
            font-size: 12px;
            color: #B9B9B9;
            margin-top: 10px;
        }


    .new_popup_bg {
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: -1;
        cursor: pointer;
    }

    

    .new_popup_content_item {
        width: 400px;
        height: 456px;
        background: rgba(255,255,255,1);
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        padding: 0px 40px 40px 40px;
        box-sizing: border-box;
    }

        .new_popup_content_item .item_title {
            font-size: 30px;
            color: rgba(56,56,56,1);
            text-align: center;
        }

        .new_popup_content_item .item_subtitle {
            font-size: 14px;
            color: rgba(119,119,119,1);
            text-align: center;
            padding-top: 8px;
            padding-bottom: 15px;
        }

        .new_popup_content_item .item_input {
            width: 100%;
            height: 44px;
            background: rgba(255,255,255,1);
            border: 1px solid rgba(169,194,208,1);
            border-radius: 5px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            margin-top: 16px;
        }

            .new_popup_content_item .item_input p {
                width: 65px;
                text-align: center;
                font-size: 14px;
                color: #383838;
            }

            .new_popup_content_item .item_input input {
                flex: 1;
                height: 39px;
                border-radius: 10px;
                border: none;
                outline: none;
                font-size: 14px;
                color: #383838;
            }

                .new_popup_content_item .item_input input::-webkit-input-placeholder {
                    color: #B9B9B9;
                }

        .new_popup_content_item button {
            width: 100%;
            height: 44px;
            background: #2BCCA8;
            border-radius: 5px;
            border: none;
            font-size: 16px;
            color: #fff;
            margin-top: 26px;
            cursor: pointer;
        }

        .new_popup_content_item .item_notice {
            font-size: 12px;
            color: #B9B9B9;
            margin-top: 10px;
        }
}
@media screen and (max-width: 768px) {

    .footer_wrap .footer_wrap_top {
        background: #30343E;
        padding: 20px 60px;
        display: flex;
        justify-content: space-between;
	margin-top: -20px;
    }

    .scan_code_img_logo {
        width: 43px !important;
        height: 11px !important;
        margin: 8.5px 0 9.5px;
    }

    .scan_code_img_wx {
        width: 44px !important;
        height: 44px !important;
    }

    .wx-text {
        font-size: 8px;
        color: #A3ABB0;
        white-space: nowrap;
        line-height: 1.5;
    }

    .footer_wrap_top_item_mobile {
        display: none;
    }

    .footer_wrap_top_item_title {
        font-size: 10px;
        color: #fff;
        margin-top: 22px;
        border-bottom: 1px solid #ffff;
        width: 100px;
        padding-bottom: 6px;
    }

    .footer_wrap_top_item_content {
        margin-top: 2px;
    }

    .footer_wrap_top_item_text {
        font-size: 8px;
        color: #A3ABB0;
        padding: 2px 0;
        white-space: nowrap;
        display: inline-block;
    }

    .footer_wrap_bottom {
        background: #292C33;
        padding: 20px 14.6%;
        text-align: center;
    }

    .footer_wrap_bottom_link {
        display: none !important;
    }

        .footer_wrap_bottom_link a {
            font-size: 14px;
            color: #6E777C;
            padding-right: 10px;
        }

    .footer_wrap_bottom_copyright {
        font-size: 7px;
        color: #6E777C;
    }
    .new_popup_use, .new_popup_download {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    .new_popup_bg {
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: -1;
        cursor: pointer;
    }
    .new_popup_content_close {
        positon: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        cursor: pointer;
    }

        .new_popup_content_close img {
            position: absolute;
            right: 20px;
            top: 20px;
            height: 18px;
            width: 18px;
        }

    .new_popup_content_close_0 {
        display: block;
    }

        .new_popup_content_close_0:hover {
            display: none;
        }

    .new_popup_content_close_1 {
        display: none;
    }

    .new_popup_content_close_0:hover {
        display: block;
    }
    .new_popup_content {
        width: 302px;
        height: 452px;
        background: #ffffff;
        border: 2px solid #2C46DB;
        border-radius: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .new_popup_content .qr_code {
        width: 204px;
        height: 204px;
        margin-top: 50px;
        margin-left: 49px;
    }
    .new_popup_content .title {
        font-size: 16px;
        font-family: Source Han Sans SC;
        font-weight: 600;
        color: #2C46DB;
        line-height: 20px;
        margin-top: 18px;
        text-align: center;
    }
    .new_popup_content .title_ass {
        font-size: 16px;
        font-family: Source Han Sans SC;
        font-weight: 600;
        color: #2C46DB;
        line-height: 24px;
        text-align: center;
    }
    .new_popup_content .line {
        background: #2C46DB;
        border: 1px solid #2C46DB;
        margin-top: 28px;
        width: 302px;
    }.new_popup_content .phone {
        font-size: 16px;
        font-family: Source Han Sans SC;
        font-weight: 600;
        color: #2C46DB;
        line-height: 21px;
        margin-top: 26px;
        text-align: center;
      }
      .new_popup_content .phone_num {
          font-size: 20px;
          font-family: Avenir LT 65 Medium;
          font-weight: 600;
          color: #2C46DB;
          margin-top: 5px;
          text-align: center;
      }

    .new_popup_content_item {
        width: 325px;
        height: 380px;
        background: rgba(255,255,255,1);
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        padding: 0px 40px 0px 40px;
        box-sizing: border-box;
    }

        .new_popup_content_item .item_title {
            text-align: center;
            font-size: 24px;
            font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
            font-weight: 200;
            color: rgba(56,56,56,1);
            line-height: 34px;
        }

        .new_popup_content_item .item_subtitle {
            text-align: center;
            padding-top: 10px;
            font-size: 12px;
            font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
            font-weight: 200;
            color: rgba(119,119,119,1);
            line-height: 32px;
        }

        .new_popup_content_item .item_input {
            width: 100%;
            height: 35px;
            background: rgba(255,255,255,1);
            border: 1px solid rgba(169,194,208,1);
            border-radius: 2.5px;
            display: flex;
            align-items: center;
            box-sizing: border-box;
            margin-top: 19px;
        }

            .new_popup_content_item .item_input p {
                width: 65px;
                text-align: center;
                font-size: 11px;
                color: #383838;
            }

            .new_popup_content_item .item_input input {
                flex: 1;
                height: 20px;
                border-radius: 10px;
                border: none;
                outline: none;
                font-size: 11px;
                color: #383838;
            }

                .new_popup_content_item .item_input input::-webkit-input-placeholder {
                    color: #B9B9B9;
                }

        .new_popup_content_item button {
            width: 100%;
            height: 35px;
            background: #2BCCA8;
            border-radius: 5px;
            border: none;
            font-size: 12px;
            font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
            font-weight: 200;
            color: rgba(255,255,255,1);
            line-height: 31px;
            margin-top: 26px;
            cursor: pointer;
        }

        .new_popup_content_item .item_notice {
            margin-top: 9px;
            font-size: 9px;
            font-family: 'mac os','SF Pro SC','HanHei SC','SF Pro Text','Myriad Set Pro','SF Pro Icons','PingFang SC','Microsoft YaHei','Helvetica Neue',Helvetica,Arial,sans-serif;
            font-weight: 200;
            color: rgba(185,185,185,1);
            line-height: 20px;
        }
}

