* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #fff;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none
}

body {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
}

/*头部*/
.header {
    width: 100%;
    height: 112px;
    border-bottom: 1px solid #e0e4e9;
}

.header .content {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    margin-top: 10px;
}

 .LoginType {
    position: relative;
    padding: 10px 15px 0;
    display: block;
    cursor: pointer;
}

.qywxLogin, .wechatLogin {
    display: inline-block;
    width: 28px;
    height: 25px;
    vertical-align: middle;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: relative;
}
.qywxLogin img, .wechatLogin img {
    width: 80%;
    margin-top: 3px;
    vertical-align: top;
}
.appCodeDiv {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 180px;
    height: 183px;
    z-index: 9999999;
    box-shadow: 0 0.15rem 1.5rem 0 rgba(9,41,77,.15);
    background: #F2F2F2;
    color: #444;
    text-align: center;
}
.appCodeDiv .codePng {
    width: 23px;
}
.appCodeDiv span {
    position: relative;
    top: -25px;
}
.appCode {
    width: 180px !important;
    height: 150px;
}
.wechatLogin {
    margin-left: 8px;
}

.nav {
    margin: 16px auto 0;
    width: 1200px;

}

.nav ul li {
    float: left;
    height: 46px;
    margin-right: 80px;
    line-height: 46px;
}

.main {
    margin: 0 auto;
    min-height: 498px;
}
