﻿*
{
    box-sizing: border-box; /*表明width的宽度为内容本身宽度+padding+border（高度一样）*/ *box-sizing:border-box;
margin:0px;
padding:0px;
border:none;
list-style-type:none;
text-decoration:none;
/*z-index:0;*/
}

body, html
{
    margin: 0px;
    padding: 0px;
}

ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.clear
{
    clear: both;
}

a:link, a:visited
{
    color: Blue;
    text-decoration: none;
}

a:hover
{
    color: Red;
    text-decoration: none;
}

#header
{
    background-color: #f8f8f8;
}

#menu_base_ul
{
    width: 1000px;
    height: 50px;
    position: relative;
    left: 50%;
    margin-left: -500px;
}

#menu_base_ul li
{
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100px;
}

#menu_base_ul li a
{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#loadingdiv
{
    position: absolute;
    bottom: 4px;
    right: 4px;
    z-index: 10000000;
    border: solid 1px #94B8D7;
    height: 30px;
    width: 180px;
    padding-left: 22px;
    line-height: 28px;
    background: #FFF;
    background-repeat: no-repeat;
    background-image: url("themes/default/public/loading.gif");
    background-position: left center;
}
.txt {
    height: 30px;
}
@font-face {
    font-family: 'SourceHanSerifCN-B';
    src: url('Main/SourceHanSerifCN-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
