.box20220401172313 .my_weixin{
	display: none;
	position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px #949494;
    margin-left: -150px;
    margin-top: -160px;
    z-index: 14;
    text-align: center;
    vertical-align: middle;}
.box20220401172313 .my_weixin img {
    max-width: 257px;
    max-height: 257px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
}
.box20220401172313 .my_weixin .box_1{position: relative;width: 100%; }
.box20220401172313 .my_weixin .box_1 .box_close{position: absolute; right: 10px;top:0px;font-weight: bold;font-size: 18px;}
