body {
    line-height: 1.4;
    color: #333;
    font-family: arial;
    font-size: 12px;
    background: white;
}

input, textarea, select {
    font-size: 12px;
    font-size: 100%;
    font-family: arial;
    font-family: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, form {
    margin: 0;
}

h4, h5, h6 {
    font-size: 1em;
}

ul, ol {
    padding-left: 0;
    list-style-type: none;
}

a img {
    border: 0;
}

img {
    border: 0;
}
a{
    text-decoration: none;
}
a:link {color: #333}
a:visited{color: #333}
.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}
.lt1{letter-spacing:1px;}
.fl{float:left;}
.fr{float:right;}
.l{float:left;}
.r{float:right;}
html, body {
    font-family: "Microsoft Yahei" 微软雅黑, 宋体, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}
#header{
    height: 20px;
}
#main_container{
    background-image: url('../images/areaSelect01.png');
    background-position: 20% top;
    background-repeat:no-repeat;
    background-size:contain;
    background-color: #1e95e0;
    height: 650px;
    height: 80vm;
}
.userlog{
    float: left;
    position: relative;
    top:-9px;
    left:10%;
}
.container{
    float: right;
    height: 100%;
    width: 400px;
    background-color: rgba(255,255,255,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000,endcolorstr=#33000000);
    margin-right: 8%;
    /*padding-top: 15px;*/
    box-shadow: 0px 2px 2px #fff;
}
.container h3{
    font-size: 18px;
    line-height: 26px;
    background-color: #f8a300;
    width: 100px;
    text-align: center;
    letter-spacing:1px;
    margin: 5px 16px;
    color: #fff;
    box-shadow: 0 0 .5px #f8a300;
}
.container h3:first-child{
    margin-top: 16px;
}
.container li{
    display: inline-block;
    _zoom:1;
    *display:inline;
    width:110px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 4px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: .2s ease;
}
.container li a{
	display:inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition: .2s ease;
    line-height: 24px;
    height:24px;
    padding-top:1px;
    padding-left:5px;
    padding-right:5px;
}
.container ul{
    padding-left: 50px;
}
.container ul:hover{
    background-color: rgba(0,0,0,.25);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000,endcolorstr=#33000000);
    box-shadow: 0 0 1px #333;
}
.container ul:hover a{
	color:#e9e9e9;
}
.container li a:hover{
    background-color: #9f9f9f;
    box-shadow: 0 0 .5px #333;
}
.l_foot a {
    color: #666666;
    text-decoration: none;
}
.l_foot {
    margin: 40px 0 10px;
}

.l_foot p {
    color: #808080;
    text-align: center;
}
#header a{
    color: #333;
    font-family: "Microsoft Yahei", "微软雅黑", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
}
#header a:hover{
    color: #2fb0e9;
}
#header .leftArea{
    margin-right: 30px;
}
