<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mask&gt;div,
.modelmask-window {
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .6)
}

#mask&gt;div,
.adrmask-window,
.modelmask-window {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .6)
}

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none
}

#mask&gt;div {
    background: #fff;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -320px
}

#mask .cancel {
    width: 24px;
    height: 24px;
    background: url(../../images/product/Close_max.png);
    position: absolute;
    top: 15.6px;
    right: 11.7px;
    cursor: pointer
}

.adrmask,
.modelmask {
    /*z-index: 6;*/
    z-index: 100;
    top: 0;
    left: 0
}

.modelmask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    /* display: -ms-flexbox;
    display: flex */
    padding-top:150px;
    /*justify-content:center; */
    /*display: flex;*/
    box-sizing: border-box;
    overflow-y: scroll;
}

.modelmask-window {
    overflow: hidden;
    margin: auto;
    background-color: #FFF;
    width: 640px;
    position: relative;
    height: 284px;
    /* position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -142px;
    margin-left: -320px; */
}

.modelmask-window-close {
    display: block;
    width: 24px;
    height: 24px;
    margin: 12px 12px 12px 0;
    float: right;
    cursor: pointer
}

.modelmask-window-title {
    height: 24px;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.modelmask-window-title-icon {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 8px 0 0
}

.modelmask-window-title-word {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: center;
    float: left
}

.modelmask-window-content {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 20px;
    margin: 48px 0
}

.modelmask-window-whitebox {
    background: #FFF;
    border: 1px solid #0096FF;
    border-radius: 2px;
    box-sizing: border-box;
    width: 160px;
    height: 48px;
    float: left;
    margin: 0 16px 0 152px;
    cursor: pointer
}

.modelmask-window-whitebox-word {
    font-size: 16px;
    color: #0096FF;
    text-align: center;
    line-height: 48px
}

.modelmask-window-bluebox {
    background: #0096FF;
    border-radius: 2px;
    width: 160px;
    height: 48px;
    float: left;
    cursor: pointer
}

.modelmask-window-bluebox-word {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 48px
}

.adrmask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    display: -ms-flexbox;
    display: flex
}

.adrmask-window {
    margin: auto;
    background-color: #FFF;
    border-radius: 2px;
    width: 640px;
    position: relative
}

.adrmask-window-content {
    width: 600px;
    margin: 20px auto
}

.adrmask-window-content-title {
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.adrmask-window-content-close {
    position: absolute;
    top: 16px;
    left: 604px;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.adrmask-window-content-person {
    width: 100%;
    height: 48px;
    margin-top: 48px
}

.adrmask-window-content-person-subtitle {
    font-size: 12px;
    color: #999;
    margin-top: 2px
}

.adrmask-window-content-person-name {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    border: none;
    padding-bottom: 9px;
    width: 100%;
    border-bottom: 1px solid #ccc
}

.adrmask-window-content-person-info {
    font-size: 12px;
    color: #FF2119;
    margin-top: 8px
}

.adrmask-window-content-contact {
    width: 100%;
    height: 48px;
    margin-top: 24px;
    position: relative
}

.adrmask-window-content-contact-subtitle {
    font-size: 12px;
    color: #999;
    margin-top: 2px
}

.adrmask-window-content-contact-subtitle-prefix {
    position: absolute;
    top: 0;
    left: 328px;
    font-size: 12px;
    color: #999
}

.adrmask-window-content-contact-subtitle-content {
    position: absolute;
    top: 0;
    left: 388px;
    font-size: 12px;
    color: #999
}

.adrmask-window-content-contact-subtitle-tail {
    position: absolute;
    top: 0;
    left: 503px;
    font-size: 12px;
    color: #999
}

.adrmask-window-content-contact-phone {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    border: none;
    padding-bottom: 9px;
    width: 272px;
    border-bottom: 1px solid #ccc;
    display: block;
    float: left
}

.adrmask-window-content-contact-word {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 0 21px;
    display: block;
    float: left
}

.adrmask-window-content-contact-content,
.adrmask-window-content-contact-prefix {
    border: none;
    margin-right: 16px;
    font-size: 14px;
    color: #333;
    padding-bottom: 9px;
    display: block;
    line-height: 20px;
    float: left
}

.adrmask-window-content-contact-prefix {
    width: 48px;
    border-bottom: 1px solid #ccc
}

.adrmask-window-content-contact-content {
    width: 100px;
    border-bottom: 1px solid #ccc
}

.adrmask-window-content-contact-tail {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    border: none;
    padding-bottom: 9px;
    width: 84px;
    border-bottom: 1px solid #ccc;
    display: block;
    float: left
}

.adrmask-window-content-contact-info {
    font-size: 12px;
    color: #FF2119;
    margin-top: 8px
}

.adrmask-window-content-zone {
    width: 100%;
    height: 48px;
    margin-top: 24px;
    position: relative;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: top 23px right 8px
}

.adrmask-window-content-zone-area {
    width: 100%;
    margin: 19px 0 9px;
    float: left
}

.adrmask-window-content-zone-area-province {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-right: 24px;
    float: left;
    cursor: pointer
}

.adrmask-window-content-zone-area-province.active,
.adrmask-window-content-zone-area-province:hover {
    color: #333
}

.adrmask-window-content-zone-area-city {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-right: 24px;
    float: left
}

.adrmask-window-content-zone-area-city.active {
    color: #333
}

.adrmask-window-content-zone-area-district {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    float: left
}

.adrmask-window-content-zone-area-district.active {
    color: #333
}

.adrmask-window-content-zone-province {
    background: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 176px;
    top: 47px;
    left: 0
}

.adrmask-window-content-zone-province-box {
    padding: 2px 0 0 16px
}

.adrmask-window-content-zone-city-box,
.adrmask-window-content-zone-district-box {
    padding: 2px 24px 0 16px
}

.adrmask-window-content-zone-province-box-row {
    margin-top: 18px;
    height: 20px
}

.adrmask-window-content-zone-city,
.adrmask-window-content-zone-district {
    background: #FFF;
    border: 1px solid #CCC;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    position: absolute;
    height: 176px;
    top: 47px;
    left: 0
}

.adrmask-window-content-zone-province-box-row-pinyin {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    width: 43px;
    float: left
}

.adrmask-window-content-zone-province-box-row-item {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-right: 16px;
    float: left;
    cursor: pointer
}

.adrmask-window-content-zone-province-box-row-item:hover {
    color: #0096FF
}

.adrmask-window-content-zone-city {
    z-index: 4;
    width: 100%
}

.adrmask-window-content-zone-city-box-item {
    margin: 20px 0 0 8px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    float: left;
    cursor: pointer
}

.adrmask-window-content-zone-city-box-item:hover {
    color: #0096FF
}

.adrmask-window-content-zone-district {
    z-index: 3;
    width: 100%
}

.adrmask-window-content-zone-district-box-item {
    margin: 20px 0 0 8px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    float: left;
    cursor: pointer
}

.adrmask-window-content-zone-district-box-item:hover {
    color: #0096FF
}

.adrmask-window-content-zone-info {
    font-size: 12px;
    color: #FF2119;
    margin-top: 8px
}

.adrmask-window-content-detail {
    width: 100%;
    height: 48px;
    margin-top: 24px
}

.adrmask-window-content-detail-subtitle {
    font-size: 12px;
    color: #999;
    margin-top: 2px
}

.adrmask-window-content-detail-content {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    border: none;
    padding-bottom: 9px;
    width: 100%;
    border-bottom: 1px solid #ccc
}

.adrmask-window-content-detail-info {
    font-size: 12px;
    color: #FF2119;
    margin-top: 8px
}

.adrmask-window-content-default {
    width: 100%;
    margin-top: 24px
}

.adrmask-window-content-default-checkbox {
    width: 12px;
    height: 12px;
    cursor: pointer;
    float: left;
    background-size: 135% 135%;
    background-position: center;
    margin: 4px 6px 0 0;
    background-image: url(../../images/Account/No_Choose.png)
}

.adrmask-window-content-default-word {
    font-size: 14px;
    color: #333;
    line-height: 19px
}

.adrmask-window-content-cancel {
    width: 160px;
    height: 48px;
    margin: 24px 16px 48px 132px;
    border: 1px solid #0096FF;
    border-radius: 2px;
    cursor: pointer;
    float: left
}

.adrmask-window-content-cancel-word {
    font-size: 16px;
    color: #0096FF;
    line-height: 48px;
    text-align: center
}

.adrmask-window-content-save {
    width: 160px;
    height: 48px;
    margin: 24px 0 48px;
    background-color: #0096FF;
    border-radius: 2px;
    cursor: pointer;
    float: left
}

.adrmask-window-content-save-word {
    font-size: 16px;
    color: #FFF;
    line-height: 48px;
    text-align: center
}</pre></body></html>