#goodcover {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#code {
	width: 1180px;
	height: 76px;
	/* background-color: #fff; */
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
}
.close1 {
	width: 1180px;
	height: 24px;
}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
}
#code .ss{
    width: 1180px;
    height: 50px;
}
#code .ss .left1{
    width: 1130px;
    background: #fff;
    height: 50px;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#code .ss .right1{
    float: right;
    width: 50px;
    height: 36px;
    /* line-height: 58px; */
    padding-top: 14px;
    background: #fff;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


.ewm-pic{ display: none; position: relative;top: -150px;right: 150px;}
.ewm-pic img{width: 150px;}