﻿.clipboards {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10001;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4);
}

.openwx {
    text-decoration: none;
}

.clipboards-main {
    position: relative;
    top: 30%;
    width: 80%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.clpclosed {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    width: 20px;
    border: 1px solid #888;
    border-radius: 50%;
}

.clpbox,
.clpbox2 {
    padding: 15px 20px;
    text-align: center;
    line-height: 24px;
}

.clpinfo {
    font-size: 18px;
    color: #ca0e00;
}

.clpinfo2 {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.clpwx {
    display: inline-block;
    background-color: #ca0e00;
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}

.opencolors {
    color: #d21010;
}

.addText {
    font-size: 18px;
    line-height: 26px;
}

.clipboards .wxImg {
    display: block;
    width: 120px;
    margin: 10px auto;
}

.clipboards .wxImg img {
    width: 100%;
    display: block;
}

.mydel .imgs {
    width: 100%;
    display: block;
}

#mydel {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: -10px;
    top: -25px;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    border-radius: 50px;
    font-family: Arial;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    z-index: 999;
}

#mydel a{
    text-decoration: none;
}
