html,
body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
    height: 100%;
}

.QCode {
    position: absolute;
    top: 48px;
    left: 50px;
    width: 52px;
    min-height: 52px;
    display: none;
}

.header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    box-sizing: border-box;
}

.NavBar {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Nav_list {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-left: 93px;
}

.Nav_list li {
    height: 58px;
    line-height: 58px;
    font-size: 14px;
    color: #333333;
    margin: 0 15px;
    box-sizing: border-box;
}

.activeBar {
    border-bottom: 3px solid #E8302E;
    color: #E8302E !important;
}

.Nav_list li:hover {
    border-bottom: 3px solid #E8302E;
    color: #E8302E;
    cursor: pointer;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #333333;
}

.Nav_login {
    color: #999999;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.Nav_login div {
    margin: 0 10px;
}

.Nav_login div:nth-child(1):hover,
.Nav_login div:nth-child(3):hover {
    cursor: pointer;
}

.search_wrap {
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
}

.nav {
    width: 1100px;
    line-height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.headPosition {
    width: 875px;
    height: 44px;
    background-color: #EEEEEE;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 20px;
    /* margin-top: 18px; */
}

.headSearchBox {
    position: relative;
}

.headSearchBox a {
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    margin-left: 22px;
}

.posiSelectd {
    width: 180px;
    position: absolute;
    top: 62px;
    background-color: white;
    z-index: 99;
    box-shadow: 2px 2px 2px #E8302E;
    display: none;
}

.posiSelectd li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999999;
    font-size: 14px;
    text-indent: 15px;
}

.posiSelectd li:hover {
    background-color: #E8302E;
    color: white;
    cursor: pointer;
}

.headPosition button {
    border: none;
    outline: none;
    width: 99px;
    height: 44px;
    background-color: #E8302E;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.headPosition input {
    width: 590px;
    border: none;
    background-color: #EEEEEE;
    outline: none;
    padding: 0 25px;
    font-size: 14px;
}

.headPosition input:-ms-input-placeholder {
    color: #CCCCCC
}

.gerUp {
    position: absolute;
    position: fixed;
    bottom: 400px;
    right: 0;
}

.hoveUp {
    width: 48px;
    position: relative;
}

.hoveUp img {
    cursor: pointer;
}

#Down {
    cursor: pointer;
}