
div#rec-zs{
	background: #fff;
}
.show-zs-top{
    position: fixed;
    left: 0;
    top: 0;
    padding: 1px 0;
    box-sizing: border-box;
    text-align: center;
    z-index: 5;
    width:100%;
	height:18vw;
	line-height:100%;

}
.show-zs-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 1px 0;
    box-sizing: border-box;
    text-align: center;
    z-index: 999999;
    background-color: #000000;
    width:100%;
	height:18vw;
	line-height:100%;
}
.rec-show-zs{
    width:100%;
    padding: 0.2vw 0.1vw;
	line-height:100%;
	height: 12.2vw;
}
.squ-show-zs{
    width:32%;
    padding: 0.2vw 0.1vw;
    display: inline-block;
	line-height:100%;
	height: 22vw;
}
.squ-show-zs img,.rec-show-zs img,.show-zs-top img,.show-zs-bottom img{
    width:100%;
    height: 100%;
}
#squ-zs{
    padding:0 0.1vw;
}
.zs-banner {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 1001;
    border-radius: 15px;
    text-align: center;
}
.zs-banner img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.wechat-id {
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 3.5vw;
    width: 100%;
    padding: 1vw 0;
    background-color: #1aad19;
    border-radius: 5px;
    color: #fff;
}
#close-zs{
    font-size: 5vw;
    position: absolute;
    top: 1vw;
    right: 1vw;
    /*font-size: 24px;*/
    cursor: pointer;
}
#close-zs:before {
	content: "X";
}
.erx-weixin-open{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1000;
}

.txtzs {
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
}
.txtzs a {
    color: yellow;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    background-color: red
}
.txtzs span {
    font-size: 17px;
    color: #c80000;
}
@media (max-width: 767px) {
    #wrap {
        overflow: hidden;
        width: 100%;
        padding-top: 50px;
    }
}