﻿
/*生成海报*/
.zhez { background: rgba(0, 0, 0, 0.6); z-index: 10000; transition: all 0.5s; animation-duration: 0.5s; position: fixed; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; text-align: center; }
.zhuanf { height: 220px; background: #fff; z-index: 10001; width: 100%; position: fixed; overflow: hidden; bottom: 0; }
.zhuanf .ann { width: 90%; margin: 0 auto; padding-top: 25px; overflow: hidden; margin-bottom: 20px; }
.zhuanf .ann .dj { width: 32%; float: left; }
.zhuanf .ann .dj p { margin-top: 6px; font-size: 1.6em;}
.zhuanf .ann .dj img { width: 62px; height: 60px; }
.delete { height: 80px; background: #fff; width: 100%; overflow: hidden; border-top: 12px solid #f2f2f2; line-height: 80px; }
.delete .qux { color: #333; font-size: 1.6em;}
.haib { width: 85%; position: relative; height: 510px; margin: 0 auto; top: 50px; }
.haib img { width: 100%; }
.haib .gb { width: 50px; position: absolute; right: -19px; top: -12px; }
.haib .gb img { width: 26px; }
.bctp { width: 93%; margin: 0 auto; color: #fff; border-radius: 8px; padding: 10px; font-size: 1.6em;}
.fxlj11 { position: relative; top: 90px; }
.fenx img, .fen-img {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 110px;
    right: 2px;
    z-index: 9999;
}

.sharecompany {
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    transition: all 0.5s;
    animation-duration: 0.5s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    overflow-y:scroll;
    overflow-x:hidden;
}
.sharecompany-haib {
    width: 100%;
    position: relative;
    padding-top: 10px;
    height: 100%;
}
.sharecompany-haib-gb {
    width: 50px;
    height:50px;
    position: absolute;
    right: 20px;
    top: 20px;
}
    .sharecompany-haib img{
	width:80%;
        //height:calc(100% - 100px);
    }
    .sharecompany-haib-gb img {
        width: 30px;
	height:30px;
    }
    .sharecompany-haib-gb .bctp {
        width: 93%;
        margin: 0 auto;
        color: #fff;
        border-radius: 8px;
        padding: 10px;
        font-size: 1.6em;
    }