@charset "utf-8";
header .mod{
    height: 110px;
    position: relative;
    padding-top: 45px;
}

.hot-line{
    position: absolute;
    top: 20px;
    right: 0;
    color: #E44C51;
}

.logo img{
    height: 50px;
}

.platform{
    color: #1E232F;
    font-size: 20px;
    padding-left: 20px;
    margin-left: 20px;
    margin-top: 9px;
    border-left: 1px solid #E5E5E5;
}

.menu-bar{
    padding-top: 5px;
}
.menu-bar a{
    display: block;
    padding: 10px 32px;
    color: #000;
    font-size: 16px;
}

.menu-bar span{
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
}

.menu-bar li.active span{
    border-color: #E44C51;
}

.user-login{
    padding-top: 15px;
}

.user-login li{
    height: 23px;
    width: 60px;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.user-login li:first-child{
    background: #E44C51;
    color: #fff;
}

.user-login li:last-child{
    background: #fff;
    border: 1px solid #D8D8D8;
    color: #000;
}
