@charset 'utf-8';

.searchdiv {
    width: 300px;
    height: 35px;
    border: 1px solid #dfdcdc;
    position: relative;
    float: right;
    top: 27.5px;
}

.searchinput {
    border: 0px;
    outline: none;
    padding: 8px 0px 0 10px;
    width: 86%;
    overflow: hidden;
}

.searchlabel {
    position: absolute;
    left: 10px;
    top: 6px;
    white-space: nowrap;
    cursor: text;
    color: #ccc;
}

.btnsearch {
    width: 20%;
    height: 35px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    border: 0px;
    cursor: pointer;
}

.weixinfx {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 20px;
    display: none;
    cursor: pointer;
}

.weixinfx img {
    width: 100%;
    height: 100%;
}

#CuPlayer:hover .weixinfx {
    display: block;
}

.wx2wm {
    background-color: #000;
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 40px;
    cursor: pointer;
    margin-left: -150px;
    z-index: 9;
    display: none;
    opacity: 0.8;
}

.wx2wm span {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #ccc;
    font-size: 14px;
    padding-bottom: 20px;
}

.wx2wm img {
    display: block;
    margin: 0 auto;
    width: 110px !important;
    height: 110px !important;
}

.mzsm {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    word-wrap: break-word;
    text-align: justify;
    padding: 13px 0;
    margin-top: 30px;
}