.box {
    /*height: 100%;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.header {
    width: 100%;
    min-width: 1200px;
    height: 660px;
    position: relative;
    overflow: hidden;
}

.header-box {
    width: 100%;
    height: 70px;
    /*background: rgba(0, 0, 0, .1);*/
    /*position: relative;*/
    position: absolute;
    z-index: 10;
    top: 0;
}

.header-box.scrollTop {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    position: fixed;
}
.header-nav li a.scrollTop {
    color: #333333;
}

.header-nav li a {
    text-decoration: none;
}

.header-content {
    position: absolute;
    width: 1600px;
    height: 70px;
    top: 0;
    left: 0px;
    right: 0;
    z-index: 11;
    margin: auto;
    display: flex;
    align-items: center;
}

.log_link{
    height: 70px;
    display: flex;
    align-items: center;
    left: 100px;
}
.left-100{
    padding-left: 100px;
}
.left-20{
    padding-left: 20px;
}
.header-nav {
    height: 70px;
    display: flex;
    align-items: center;
    /*padding-left: 100px;*/
}
.login_label{
    text-decoration:none;
    font-size: 18px;
    left: 30px;
    cursor: pointer;
    color: #333;
}


.header-nav li {
    font-size: 18px;
    padding-right: 48px;
    cursor: pointer;
    color: #fff;
}

.header-nav li a.active {
    font-weight: 600;
}

.header-nav li:hover a{
    /*font-weight: 600;*/
    color: #C73126;;
}

.header-nav li:last-child {
    padding: 0;
}

#baip {
    display:none;
    position: absolute;
    margin-top:-3px;
    width: 502px;
    top: 141px;
    background-color: rgb(255, 255, 255);
    border-right: 2px solid #CF2924;
    border-bottom: 2px solid #CF2924;
    border-left: 2px solid #CF2924;
    border-top: none #CF2924;
}
.tabButtons {
    position: absolute;
    width: 100px;
    top: 12px;

}
.tabButtons img {
    margin-right: 10px;
    cursor: pointer;
}


.log_link .loged {
    position: relative;
}
.log_link .loged .user_info {
    line-height: 50px;
    cursor: pointer;
}
.log_link .loged .user_info img {
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.log_link .loged .user_info .name {
    font-size: 14px;
}
.log_link .loged .slide_tog {
    position: absolute;
    left: 50%;
    top: 50px;
    padding: 10px 0;
    width: 158px;
    border: 1px solid #eee;
    margin-left: -80px;
    background: #fff;
    z-index: 11;
}
.log_link .loged .slide_tog a {
    display: block;
    color: #333;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}