.page_header {
    background: #1a1a1a;
    line-height: 38px;
    font-size: 14px;
    color: #f2f2f2;
    height: 38px;
    width: 100%;
    min-width: 1320px;
    border-width: 0;
}
.page_header .top_l {
    float: left;
    margin-left: 20px;
}
.page_header .top_l span {
    margin-left: 20px;
}
.page_header .top_r {
    float: right;
    margin-right: 20px;
    height: 38px;
}
.page_header .collect_eyun {
    background: url(../static/img/collect.png) no-repeat 10px;
    background-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 10px 0 30px;
    line-height: 20px;
    display: block;
    float: left;
    margin-top: 8px;
    font-size: 12px;
}
.page_header a {
    color: #ccc;
    cursor: pointer;
    text-decoration: none;
}
.page_header .top_r .login_btns {
    border: 1px solid #ccc;
    overflow: hidden;
    float: right;
    border-radius: 5px;
    margin-top: 8px;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.page_header .top_r .login_btns a {
    display: block;
    float: left;
    line-height: 20px;
    margin: 0 5px;
    font-size: 12px;
}
.page_header a {
    color: #ccc;
    cursor: pointer;
    text-decoration: none;
}
.page_header_nav {
    height: 50px;
    color: #333;
    width: 100%;
    min-width: 1320px;
    background-color: #fff;
    display: block;
}
.page_header_nav .logo {
    margin-left: 3%;
    width: 171px;
}
.page_header_nav .logo .logoImg {
    border-width: 0;
    width: 140px;
    margin-top: 3px;
}
.page_header_nav .nav {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    height: 30px;
}
.page_header_nav .nav a {
    color: #333;
    text-align: center;
    display: block;
    float: left;
    line-height: 46px;
    font-size: 16px;
    border-top: 4px solid #fff;
    margin: 0 27px;
}
.page_header_nav .nav a {
    color: #333;
    text-align: center;
    display: block;
    float: left;
    line-height: 46px;
    font-size: 16px;
    border-top: 4px solid #fff;
    margin: 0 20px;
}
.page_header_nav .active {
    border-top: 4px solid #1d83ec!important;
    color: #1d83ec!important;
}
.page_header_nav .live {
    width: 85px;
    height: 46px;
    margin-top: 4px;
    float: left;
    margin-left: 16px;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: #ff2140;
    line-height: 46px;
    font-size: 16px;
}
.page_header_nav .live .live_tag {
    background: url(../static/img/live.png);
    width: 12px;
    height: 19px;
    position: absolute;
    right: -2px;
    top: 0;
}
.page_header_nav .register {
    float: left;
    margin-left: 66px;
}
.page_header_nav .register a {
    display: block;
    height: 30px;
    background-color: #ffc800;
    color: #333;
    width: 92px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 15px;
}
.page_header_nav .login {
    float: left;
}
.page_header_nav .login a {
    display: block;
    width: 60px;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 50px;
    cursor: pointer;
}
.page_header_nav .login {
    float: left;
}
.page_header_nav  .login_info{
    float: right;
    position: relative;
    width: 160px;
    height: 50px;
    cursor: pointer;
    text-align: right;
    margin-right: 20px;
}
.page_header_nav  .login_info i{
    float: right;
    margin-top: 20px;
}
.page_header_nav  .login_info .header_img{
    border: none;
    width: 19px;
    float: right;
    margin-top: 16px;
}
.page_header_nav  .login_info .phone{
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
}
.page_header_nav  .login_info .login_menu{
    position: absolute;
    right: 0px;
    top:40px;
    width: 120px;
    text-align: center;
    color:#333333;
    background: white;
    z-index: 999;
    box-shadow: 0px 3px 3px #999;
}
.page_header_nav  .login_info .login_menu div{
    line-height: 38px;
}
.page_header_nav  .login_info .login_menu div:hover{
    color: #1d83ec;
}
























