.t_search{cursor:pointer;}
.layer {
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;}

.layer.showdiv {
    opacity: 1;
    visibility: visible;}

.layer .close {
    font-size: 60px;
    font-family: icon;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc;}
.layer .close img{max-width:52%;}
.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;}

.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;}

.layer .search_box .kw {
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5) inset;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border:none;}

.layer .search_box .ok {
    background: #94070a;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border:none;}
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
/*组件样式*/
#vsb_content table{margin:0 auto;    border-spacing: 0;}

#vsb_content table{margin:0 auto;}


#vsb_content p,#vsb_content a,#vsb_content span.#vsb_content div{    font-size: 16px !important;line-height: 34px !important;    font-family: "Microsoft Yahei", 微软雅黑, Arial, simHei, 宋体, Helvetica !important;}

