.header a {
    text-decoration: none;
}

.header {
    min-width: 100%;
    height: 100px;
    padding: 28px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 4px 0px #f2f2f2;
    box-shadow: 0px 1px 4px 0px #f2f2f2;
    background-color: #fff470;
    z-index: 999;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    position: fixed;
}

.nav-list {
    width: 150px;
    height: 260px;
    background: #fff;
    position: absolute;
    top: 45px;
    left: -40px;
    display: none;
    z-index: 19999;
    padding-top: 15px;
    border-radius: 8px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .12), 0 10px 20px 0 rgba(0, 0, 0, .06);
}

.nav-list li a {
    color: #000;
    font-size: 18px;
}

.header-nav1:hover ul {
    display: block;
}

.header-container {
    max-width: 1500px;
    margin: 0 auto;
}

.header-logo {
    float: left;
    width: 110px;
    height: 64px;
    margin-right: 50px;
    border-radius: 3px;
}

.header-left {
    float: left;
}

.header-nav {
    text-align: center;
    position: relative;
}

.header-nav1 {
    text-align: center;
    position: relative;
}

.header-nav-list {
    float: left;
    margin-top: 8px;
}

.header-nav-list li {
    float: left;
    margin-right: 30px;
}


.header-nav-title {
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    font-size:1.2em;
}

.header-nav-title.download {
    margin-left: -6px;
}

.header-nav-en {
    font-size: 12px;
    color: #000;
}

.header-nav-en.active {
    color: #bc007d;
    font-weight: 600;
}

.header-btns {
    display: block;
    float: right;
    margin-top: 11px;
}

.header-btns nav {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 13px;
    text-align: center;
    border: 1px solid #a6a6a6;
}

.header-btns nav:hover {
    border-color: transparent;
    background-color: #000;
}

.header-btns a:hover {
    color: #FFFFFF;
}

.header-btns nav:first-child {
    margin-right: 17px;
}

.header-btns nav a {
    display: block;
    width: 100px;
    height: 30px;
    color: #000;
}



.header-company {
    float: right;
    position: relative;
    width: 45px;
    height: 45px;
    margin-top: 9px;
}

.header-company-logo {
    
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}

.header-company-menu {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    width: 200px;
    -webkit-box-shadow: 0px 1px 4px 0px #e8e8e8;
    box-shadow: 0px 1px 4px 0px #e8e8e8;
    background-color: #fff;
    z-index: 1;
}

.header-company-menu > div {
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 14px;
    color: #2a333f;
}

.header-company-menu > div:first-child {
    border-bottom: 1px solid #f2f2f2;
}

.header-company-menu > div:hover {
    background-color: #f2f2f2;
}

.header-company-menu > div a {
    color: inherit;
}

.header-company-menu .logout {
    cursor: pointer;
}
.popup-effect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.popup-effect:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 500px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em;
    z-index: 999;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 1.8em;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #2ed3ae;
}
.xuanfu{
    position: fixed;
    z-index: 100000;
    bottom:10px;
    right:0px;
}