.Domain-annunciate{
    align-items:center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 3;
    background-color: rgba(0,0,0,.3);
}
.Domain-annunciate a:hover
{
    color:unset;
}
.Domain-annunciate > .Domain-annunciate-box{
    position: absolute;
    width: 492px;
    height: 364px;
    padding:50px 34px ;
    left: 50%;
    top: 50%;
    margin-top: -246px;
    margin-left: -182px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
.Domain-annunciate .Domain-annunciate-box> span.dearUser{
    display: block;
    text-align: left;
    line-height: 28px;
    font-size: 14px;
    color:#666;
}
.Domain-annunciate > .Domain-annunciate-box h3{
    font-size: 18px;
    font-weight: normal;
    color:#333;
    text-align: center;
    margin-bottom: 43px;
}
.Domain-annunciate > .Domain-annunciate-box>.Domain-annunciate-desc{
    line-height: 28px;
    font-size: 14px;
    color:#666;
    text-indent: 2em;
    text-align: left;
}
.Domain-annunciate > .Domain-annunciate-box>.Domain-annunciateRz
{
    border:0;
    outline:0;
    margin: 43px auto 0;
    display: block;
    width: 230px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    background-color: #ff7200;
    text-decoration: none;
    cursor:pointer;
}
.Domain-annunciate > .Domain-annunciate-box>.close_plug{
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 10px;
    right: 10px;
    cursor: pointer;
}