.wuk_static {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 23px;
    color: red
}

.copyprop {
    position: absolute;
    z-index: 100;
    background: rgba(82, 82, 82, 1);
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 19px;
    left: 0;
    top: 0px;
    width: 60px;
    border-radius: 5px;
}

.copyprop:after {
    content: '';
    line-height: 0;
    height: 0;
    width: 0;
    border-left: transparent 5px solid;
    border-right: transparent 5px solid;
    border-top: rgba(82, 82, 82, 1) 5px solid;
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

.wuk_clipboards {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2147483647;
}

.wuk_openwx {
    text-decoration: none;
}

.wuk_clipboards-main {
    position: relative;
    top: 20%;
    width: 80%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.wuk_clipboards-main {
    position: relative;
    top: 30%;
    width: 80%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.wuk_clpclosed {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    line-height: 18px;
    font-size: 21px;
    text-align: center;
    width: 20px;
    border: 1px solid #888;
    border-radius: 50%;
}

.wuk_clpbox,
.wuk_clpbox2 {
    padding: 15px 20px;
    text-align: center;
    line-height: 24px;
}

.wuk_clpinfo {
    font-size: 23px;
    color: #ca0e00;
}

.wuk_clpinfo2 {
    font-size: 19px;
    color: #555;
    margin-top: 10px;
}

.copy_bk {
    background-color: blue !important;
    color: white !important;
}
.plbtn {
	padding: 2px 10px;
	margin-top: 10px;
	border: none;
	background-color: #fccb09;
	color: white;
	border-radius: 3px;
	margin-left: 87%;

}
#pl {
	height: 100px;
	resize: none;
	width: 95%;
	background-color: #f5f5f5;
}
