﻿.fixed {
    position: fixed;
    top: 0px;
    left: 35%;
    width: 350px;
    height: auto;
    border: 1px solid #666;
    background: #666;
    z-index: 10000;
    display: none;
    /*line-height: 80px;*/
    word-break: break-all;
    /*word-wrap : break-word;*/
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    border-radius: 5px;
    opacity: 0.5;
    padding: 20px 10px 20px 10px;
}
