﻿/* dialog */
.dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 -7px 20.0003px 0 rgb(0 0 0 / 19%);

}
.dialog-body {
    width: 1200px;
    font-size: 13px;
    position: relative;
    margin: 20px auto;
}
.dialog-header {
    position: relative;
}
.dialog-content {
    margin: 17px 0;
    width: 800px;
}
.dialog-links {
    width: 100%;
}
.dialog-clear {
    clear: both;
}
.dialog-confirm {
    width: 150px;
    height: 42px;
    color: #104275;
    border: 1px solid #104275;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}
.dialog-header h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.dialog-header button {
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: url(//p2crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1656056677257167/btn_close.png) no-repeat;
    background-size: 14px 14px;
    cursor: pointer;
    border: none;
}
.dialog-links li {
    float: left;
    margin-right: 32px;
}
.dialog-links li a {
    color: #104275;
    font-weight: 400;
    position: relative;
}
.dialog-confirm .confirm-icon {
    width: 17px;
    height: 14px;
    background: url(//p2crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1656056677257167/icon_agree.png) no-repeat;
    background-size: 17px 12px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: sub;
}
@media screen and (max-width: 1024px) {
    .dialog-body {
        width: 92%;
        font-size: .8rem;
        margin: .4444rem auto;
    }
    .dialog-header h3 {
        font-size: .7111rem;
        color: #333;
        font-weight: bold;
        line-height: 1.0667rem;
    }
    .dialog-header a {
        width: .6222rem;
        height: 1.0667rem;
        background-size: .6222rem .6222rem;
        background-position: center center;
        cursor: pointer;
    }
    .dialog-content {
        margin: .4444rem 0;
        width: 100%;
        font-size: .5333rem;
        line-height: .7111rem;
    }
    .dialog-links {
        width: 100%;
        overflow: hidden;
        clear: both;
    }
    .dialog-links li {
        float: left;
        margin-right: .4444rem;
    }
    .dialog-links li a {
        font-weight: bold;
        font-size: .5333rem;
        line-height: .7111rem;
    }
    .dialog-clear {
        clear: both;
    }
    .dialog-confirm {
        width: 7.4444rem;
        height: 1.1556rem;
        color: #104275;
        border: 1px solid #104275;
        position: unset;
        right: 0;
        bottom: 0;
        line-height: 1.1556rem;
        text-align: center;
        cursor: pointer;
        font-size: .6222rem;
        margin: 0 auto;
        margin-top: 0.4rem;
    }
    .dialog-confirm .confirm-icon {
        width: .7556rem;
        height: .5333rem;
        background: url(//p2crires.dlqfch.com/photoAlbum/cri/templet/common/DEPA1656056677257167/icon_agree.png) no-repeat;
        background-size: .7556rem .5333rem;
        margin-right: .4444rem;
        display: inline-block;
        vertical-align: middle;
    }
}