.wxInto{
    cursor: pointer;
  }
.PopupXeixin {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity .15s linear;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.PopupXeixin.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.PopupXeixin .PopupDiv {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #faf4ef;
}
.PopupDiv {
    background-color: #fff;
    max-width: 435px;
    border-radius: 8px;
    width: 90%;
    position: relative;
    padding: 10px 15px;
    z-index: 1;
}
.PopupXeixin header{
    line-height: 20px;
    margin-bottom: 5px;
}
.PopupXeixin header span{
    color: #25355e;
    font-size: 16px;
    display:block;
}
.PopupXeixin footer{
    color: #ff4100;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    background-color: transparent;
}
.PopupWhatapp footer span{
    display: block;
}
b.clickHide{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 2px solid #222f5d;
    border-radius: 50%;
}
b.clickHide::before{
    content: '';
    display: block;
    width: 65%;
    height: 2px;
    background-color: #222f5d;
    transform: rotate(45deg);
    position: absolute;
}
b.clickHide::after {
    position: absolute;
    content: '';
    display: block;
    width: 65%;
    height: 2px;
    background-color: #222f5d;
    transform: rotate(-45deg);
}