#wcs-widget {
    padding: 0px 15px;
    width: 196px;
    position: absolute;
    z-index: 9999;
    top: 500px;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #f3edea;
}
#wcs-widget ul {
    display: block;
    float: left;
    width: 100%;
}
#wcs-widget ul li {
    height: 40px;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3edea;
}
#wcs-widget ul li .wcs-link {
    line-height: 40px;
    display: block;
    float: left;
    width: 100%;
    color: #252c34;
    cursor: pointer;
    text-align: center;
}
#wcs-widget ul li .wcs-link img {
    max-height: 40px;
}
#wcs-widget ul li:last-child {
    border-bottom: none;
}
.wcs-ico {
    display: inline-block;
    float: right;
    font-size: 20px;
}
#wcs-corner {
    background-image: url('corner.png');
    display: block;
    position: absolute;
    width: 22px;
    height: 13px;
    top: -12px;
    /*
    left: 50%;
    margin-left: -11px;
    */
    right: 20px;
}
#wcs-click-close {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9998;
    cursor:pointer;
}
