/* CSS Document */

*{
padding:0px;
margin:0px;
}
body{
background:url(https://img.enkv.cn/images/4.jpg) no-repeat;
background-size:100%;
overflow:hidden;
}
.con{
width:650px;
height:100vh;
background:#FFFFFF;
margin:0 auto;
overflow:auto;
padding:0 20px;
line-height:30px;
}
h1{
font-size:18px;
text-align:center;
}
.con img{
width:100%;
height:auto;
}
.con::-webkit-scrollbar{/*滚动条整体样式*/
width:10px; /*高宽分别对应横竖滚动条的尺寸*/
}
.con::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
border-radius:10px;
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
background:#808080;
}
.con::-webkit-scrollbar-track{/*滚动条里面轨道*/
-webkit-box-shadow:0 0 5px rgba(255,255,255,0.3);
border-radius:10px;
background:#f6f5f5;
}
/*按钮样式*/
#ClickMe{
position:absolute;
width:58px;
height:58px;
border-radius:5px;
border:none;
cursor:pointer;
bottom:20px;
left:50%;
margin-left:355px;
background-color:rgba(255,255,255,0.6);
border:1px solid rgba(255,255,255,0.6);
font-size:14px;
}
#goodcover{
display:none;
position:absolute;
}
#code{
width:300px;
height:300px;
background-color:#fff;
padding:10px;
position:absolute;
display:none;
left:45%;
z-index:1002;
}
.close1{
width:300px;
height:60px;
}
#closebt{
float:right;
width:30px;
}
