@charset "UTF-8";
/* 附加信息 */
.footer-information {
    height: 145px;
    background: #4b4c4d;
}

.footer-information .logo-icon {
    float: left;
    width: 180px;
    height: 80px;
    background: url(/static/images/desktop/cn_starr/starr-white.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin-left: 22px;
    margin-top: 35px;
}

.footer-information .service-info {
    float: left;
    margin-left: 62px;
    margin-top: 52px;
}

.footer-information .tel-icon {
    width: 30px;
    height: 20px;
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-repeat: no-repeat;
    background-position: -4px -433px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.footer-information .tel-title {
    font-size: 16px;
    color: #fff;
    position: relative;
    word-break: normal;
    word-wrap: break-word;
    word-spacing: normal;
}

.footer-information .tel-number {
    color: #fd941d;
    font-size: 18px;
    margin: 5px 0 0 30px;
}

.footer-information .notice-lists {
    float: right;
    margin-top: 30px;
}

.footer-information .notice-lists li {
    float: left;
}

.footer-information .notice-lists li.nav-active a {
    color: #fff;
}

.footer-information .notice-lists li a {
    line-height: 90px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding: 0 50px;
}

body.en .footer-information .notice-lists li a {
    padding: 0 20px;
}
body.en .footer-information .notice-lists li:last-child a {
    padding-right: 0px;
}

.footer-information .notice-lists li:last-child a {
    padding-right: 0px;
}

/*底部*/
.footer {
    width: 100%;
    background: #231f20;
    text-align: center;
    line-height: 53px;
}

.footer .support-company p {
    font-size: 14px;
    color: #fff;
}

.footer .support-company p a {
    color: #fff;
}

.footer .support-company p a:hover {
    color: #fb840b;
}

.footer .support-company p span {
    margin-left: 24px;
}

.footer .support-company a:before {
    display: inline-block;
    content: " ";
    background-image: url(/static/images/desktop/hk_starr/insure-icon-lists.png);
    background-position: -76px -4px;
    height: 25px;
    width: 25px;
    position: relative;
    top: 5px;
}
.footer .support-company a:hover:before {
    background-position: -103px -4px;
}