
body {
    padding:0px;
    margin:0;
}

.hlg_hl1_container_base {
    width:100%;
    height:60px;
    text-align:right;
    padding-top:20px;
}

.hlg_sp_content {
    text-align:right;
    width:100%;
    height:100%;
}

.hlg_a_square {
    display:inline-block;
    background:url(/general/imgs/static/square.png) transparent no-repeat;
    width:18px;
    height:18px;
    opacity:0.5;
    vertical-align:middle;
    padding-right:13px;
}

.hlg_a_square:hover {
    opacity:0.8;
    cursor:default;
}

.hlg_alink_text {
    text-decoration:none;
    color:#363636;
    font-size:14px;
    padding-right:13px;
    vertical-align:middle;
}

.hlg_alink_text:hover {
    text-decoration:underline;
}

.hlg_alink_login {
    vertical-align:middle;
    padding-right:30px;
    text-decoration:none;
    cursor:default;
}

.hlg_alink_login button {
    width:90px;
    height:30px;
    background:#0080FF;
    border:1px solid #0080C0;
    border-radius:2px;
    color:#FFF;
    font-weight:bold;
    font-size:13px;
}

.hlg_alink_login button:hover {
    background:#006AD5;
}

.hlg_a_bell {
    display:inline-block;
    width:19px;
    height:19px;
    background:url(/general/imgs/static/bell.png) transparent no-repeat center center;
    background-size:19px 19px;
    vertical-align:middle;
    padding-right:30px;
}

.hlg_hl2_container_base {
    background:#FBFBFB;
    border-bottom:1px solid #EBEBEB;
    height:110px;
    width:100%;
}

.hlg_hl2_container_base > div {
    
}

.hlg_hl3_container_base {
    width:100%;
    height:55px;
    text-align:left;
    padding-top:15px;
    background:#EFEFEF;
    border-bottom:1px solid #D3D3D3;
}

.hlg_hl3_container_base > div {
    padding-left:50px;
    padding-right:50px;
}

.hlg_logo {
    background:url(/general/imgs/MQ/logo_banner.png) transparent no-repeat center center;
    background-size:100px 41px;
    width:100px;
    height:41px;
    display:inline-block;
}

.hlg_hl0_container_base {
    width:100%;
    height:50px;
    text-align:right;
    padding-top:20px;
    background:#F4F4F4;
}

.hlg_hl0_container_base .hlg_logo {
    margin-top:-10px;
    margin-left:20px;
}

.hlg_featurecontent {
    display:none;
    position:absolute;
    width:300px;
    height:auto;
    border:1px solid #D2D2D2;
    box-shadow:0px 0px 4px 4px #E8E8E8;
    left:100%;
    margin-left:-335px;
    top:65px;
    background:white;
    z-index:1;
}

.hlg_featurecontent > div {
    padding:20px;
}

.hlg_featureitem {
    width:80px;
    height:80px;
    padding:1px;
    display:inline-block;
    cursor:pointer;
    color:#353535;
    font-size:13px;
    text-decoration:none;
}

.hlg_featureitem:hover {
    border:1px solid #E0E0E0;
    border-radius:3px;
    padding:0px !important;
}

.hlg_featureitem > div {
    width:64px;
    height:64px;
    background-size:55px 55px;
    background-repeat:no-repeat;
    background-position:center center;
}