.xz-common-home{
    padding-top: 80px;
}
.home-common-title{
    font-size: 36px;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 48px;
    margin-bottom: 20px;
}
.home-common-area-list {
    overflow: hidden;
    margin-bottom: 28px;
}
.area-item{
    float: left;
    width: 48px;
    height: 28px;
    background: #ECECEC;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-right: 8px;
    cursor: pointer;
}
.area-item-hover{
    background-color: #F0F8FF;
    color: #468EEB;
}
.area-item:active{
    background-color: #F0F8FF;
    color: #114EB8;
}
.clear-margin{
    margin-right: 0;
}
.area-look-more{
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #1F6CDD;
    line-height: 24px;
    line-height: 28px;
    cursor: pointer;
}
.area-look-more.hover{
    color: #468EEB;
}
.area-look-more:active{
    color: #114EB8!important;
}
.area-active{
    background: #1F6CDD;
    color: #fff;
}
.user-mobile{
    float: right;
    font-size: 0;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
}
.user-mobile > img {
    width: 20px;
    height: 20px;
}
.user-mobile > .mobile-active{
    color: #1f6cdd!important;
    font-size: 20px!important;
    display: inline-block;
    position: relative;
}
.user-mobile > .mobile-active > i{
    color: #1f6cdd!important;
    font-size: 20px!important;
}
.contact-new .user-mobile > .mobile-active{
    color: #1f6cdd!important;
    font-size: 16px!important;
    display: inline-block;
    position: relative;
}
.contact-new .user-mobile > .mobile-active > i{
    color: #1f6cdd!important;
    font-size: 16px!important;
}
.home-connection-mobile .user-mobile .mobile-phone{
    float: left;
}
.user-mobile > .mobile-message{
    margin-right: 16px;
    color: #D9D9D9;
    font-size: 20px;
}
.mobile-message.hover{
    color: #1F6CDD;
}
.user-mobile > .mobile-phone{
    color: #D9D9D9;
    font-size: 20px;
}
.user-mobile > .mobile-phone > .call-phone-img{
    width: 120px;
    position: absolute;
    right: 0;
    padding-top: 9px;
    box-sizing: border-box;
    display: none;
    z-index: 1;
}
.call-phone-img > .call-phone-img-box{
    padding: 8px;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(29,33,38,0.1);
    font-size: 0;
    line-height: 1;
}
.call-phone-img > .call-phone-img-box >.call-mini-image{
    width: 104px;
    height: 104px;
    margin-bottom: 8px;
}
.call-phone-img > .call-phone-img-box > .call-phone-desc{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid #F2F2F2;
}
.list-tab{
    display: none;
}
.item-content-title{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}
.item-content-title.hover{
    color: #1f6cdd;
}
.home-carrier-mobile .item-content-title.hover{
    color: #333333;
}
.user-logo-list{
    float: left;
    font-size: 0;
    position: relative;
    margin-right: 8px;
    margin-top: 1px;
}
.user-logo-list a {
    display: inline-block;
}
.user-logo-list .user-logo{
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.xz-common-home .user-name{
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.xz-common-home .user-name div{
    float: left;
}
.park-module .user-name, .gov-module .user-name {
    width: calc(100% - 24px - 8px - 56px - 8px);
}
.park-module .contact-new  .user-name, .gov-module .contact-new .user-name{
    width: calc(100% - 24px - 8px - 56px - 8px - 4px);
    margin-top: 3px;
}
.xz-common-home .user-name a{
    display: inline-block;
    /* 适配荣耀20，多加4px */
    max-width: calc(100% - 2px - 60px - 4px);
    float: left;
}
.xz-common-home .user-name .home-list-name-nolabel{
    max-width: calc(100% - 6px);
}
.xz-common-home .user-name a.hover{
    cursor: pointer;
    color: #1F6CDD;
}
.xz-common-home .user-name span{
    color: #FA9600;
    margin-left: 2px; 
    font-size: 12px;
    display: inline-block;
    max-width: 60px;
    float: left;
}
.xz-common-home .user-name .recent{
    color: #FA9600;
}

.item-user-list{
    height: 46px;
    width: calc(100% - 4px);
    position: absolute;
    bottom: 2px;
    left: 2px;
    padding: 10px;
    background: linear-gradient( 270deg, #FDFDFD 0%, #FAFAFA 100%);
    box-sizing: border-box;
}
.carrier-item > .carrier-item-right > .home-common-orientation {
    position: absolute;
    bottom: 0;
}
.xz-common-home .user-name .home-noStatus-pc{
    max-width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    /* 平板设备适配区间，导航收起 */
    /* .xz-common-home{
        padding-top: 66px;
    } */
    .item-user-list{
        /* width: calc(100% - 24px);
        bottom: 12px; */
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* 平板设备适配区间，导航完全收起至顶部 */
    .xz-common-home{
        padding-top: 60px;
    }
    .home-common-title{
        font-size: 28px;
        line-height: 36px;
    }
    .item-user-list{
        /* width: calc(100% - 24px);
        bottom: 12px; */
    }
}
@media screen and (max-width: 767px){
    .item-user-list{
        background:none;
        padding: 0;
        left: 0;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    /* 移动端，导航完全收起至顶部 */
    .xz-common-home{
        padding-top: 32px;
    }
    .home-common-title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .home-common-area-list {
        margin-bottom: 16px;
    }
    html{
        background: #fff;
    }
    .home-common-page-content{
        padding-left: 24px;
        padding-right: 24px;
    }
    .item-user-list{
        width: calc(100% - 24px);
        bottom: 12px;
    }
}
@media screen and (max-width: 375px) {
    .home-common-page-content {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media screen and (max-width: 575px) {
    /* 移动端，导航完全收起至顶部 */
    .home-common-page-content{
        padding-left: 16px;
        padding-right: 16px;
    }
    .xz-common-home{
        padding-top: 32px;
    }
    .xz-common-home .home-common-title{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .home-common-area-list {
        margin-bottom: 8px;
    }
    .area-look-more{
        display: none;
    }
    .look-more{
        margin: 0 auto;
        display: block;
        width: 108px;
        height: 32px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid #E6E8EB;
        box-sizing: border-box;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #1D2126;
        clear: both;
        margin-top: 8px;
    }
    .look-more a {
        display: inline-block;
        width: 100%;
    }
    html{
        background: #fff;
    }
    .item-user-list{
        width: calc(100% - 24px);
        bottom: 12px;
    }
} 