
/* 头部提示 */

.promptMsg {
    line-height: 40px;
    background: #eee;
    color: #333;
}

.promptMsg .msg {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.promptMsg .msg .iknwo {
    display: inline-block;
    text-align: center;
    width: 90px;
    color: #d6002a;
    cursor: pointer;
}

.promptMsg .msg .iknwo:hover {
    text-decoration: underline;
}


/* 试看视频弹窗 */
