@charset "utf-8";

.p_mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
}
.photo_mask{
    background:#000000;
    opacity:0.5;
}
.p_mask_loading{
	display: none;
    position: relative;
    top: 45%;
    margin: auto;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 4px solid #999;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}

/*******底部弹窗******/
.p_alertBox {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.p_alertBox  a {
    display:inline-block;
    background: white;
    width:100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: "微软雅黑";
    font-weight: 500;
    letter-spacing: 2px;
    border-top:1px solid #ccc;
}
.p_alertBox .a_cancel {
    margin-top:3px;
    padding-left: 5px;
    color:#888;
    background: #fdfdfd;
}
.p_alertBox em{
    display: inline-block;
    margin:13px 5px 0 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
    background:url(/client/images/i_photo.png) no-repeat left top;
    background-size:24px;
    overflow:hidden;
}
.p_alertBox .choosePhoto em{
    background:url(/client/images/i_photo.png) no-repeat left bottom;
    background-size:24px;
}