@charset "utf-8";
.third-url-dialog {
    position: fixed;
    inset: 0;
    z-index: 3000;
    height: 100vh;
    width: 100vw;
}

.third-url-dialog-content--pc {
    width: 338px;
    height: 184px;
    position: relative;
    margin: 26vh auto;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, #C6DCFF 0%, #FFFFFF 25%, #FFFFFF 100%);
    box-shadow: 1px 1px 3px 0px rgba(48, 48, 77, 0.07);
    border-radius: 9px;
    padding: 10px;
    z-index: 9999;
}

.third-url-dialog-content--h5 {
    width: 72%;
    /* height: 20vh; */
    position: relative;
    margin: 14px auto;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 15px;
    border-radius: 9px;
    padding: 10px;
    z-index: 9999;
}

.third-url-dialog-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 2000;
}

.content-img {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;
    cursor: pointer;
}

.content-title {
    font-size: 17px;
    color: #101010;
    text-align: center;
    line-height: 21px;
    font-weight: 600;
}

.title--h5 {
    /* font-size: 14rem; */
    margin: 14px auto;
}

.info--h5 {
    /* font-size: 12rem !important; */
    margin-bottom: 20px;
}

.content-info {
    font-family: FZLTXIHJW--GB1-0;
    font-size: 15px;
    color: #000000;
    text-align: center;
    line-height: 23px;
    font-weight: 400;
}

.content-btn {
    width: 280px;
    height: 44px;
    background-image: linear-gradient(0deg, #0078E3 0%, #005BAC 100%);
    border-radius: 22px;
    border: none;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    cursor: pointer;
}

.content-btn--h5 {
    width: 44%;
    height: 38px;
    line-height: 38px;
    border-radius: 28px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
}
.content-info-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn_h5--confirm {
    background: #3557F9;
    color: #FFFFFF;
    border: none;
}
.btn_h5--cancel {
    border: 1px solid rgba(53,87,249,1);
    color: #3557F9;
    background-color: #FFFFFF;
}
.mt40 {
    margin-top: 40vh;
}
.m20 {
    margin: 20px auto;
}
.mt16 {
    margin-top: 16px;
}