@charset "utf-8";
@import url(iconfont.css);

h1,
h2,
h3,
h4,
h5,
h6,
b {
    text-transform: capitalize;
    font-weight: var(--fontweight5);
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

li,
ol,
ul {
    list-style: none;
}

iframe,
video {
    max-width: 100%;
    outline: 0;
    border: none;
    vertical-align: bottom;
}

button {
    outline: 0;
    border: none;
}

img.lazy {
    display: inline-block;
    opacity: 0;
}

img.lazy,
img.tst {
    transition: opacity .6s, transform .3s ease;
}

img.loaded {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
    position: absolute;
}

.l-wrap {
    width: 100%;
    max-width: 1700px;
    padding: 0px 70px;
    margin: 0px auto;
}

@media (max-width:1024px) {
    .l-wrap {
        padding: 0px 15px;
    }
}

footer {
    clear: both;
    margin: 0px auto;
    padding: 0px;
}

.footer-top {
    background-color: #11b97f;
    padding: 1% 0px;
}

.footer-top .l-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top .l-wrap .title {
    font-size: 28px;
    color: #FFF;
    font-weight: var(--fontweight5);
    margin: 0px;
    margin-bottom: 10px;
}

.footer-top .l-wrap .btn {
    width: 150px;
    height: 44px;
    background-color: #FFF;
    border-radius: var(--border);
    color: #11b97f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--fontweight5);
    position: relative;
    z-index: 1;
    border: 1px solid #11b97f;
    transition: all .2s linear;
}

.footer-top .l-wrap .btn::after {
    content: '';
    display: inline-block;
    width: 0px;
    height: 100%;
    background-color: #11b97f;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    border-radius: var(--border);
    transition: all .2s linear;
}

.footer-top .l-wrap .btn:hover::after {
    width: 100%;
}

.footer-top .l-wrap .btn:hover {
    border-color: #FFF;
    color: #FFF;
}

.footer-bottom {
    background-color: #111a3a;
    box-sizing: border-box;
    padding-top: 2.5%;
    color: #CCC;
}

.footer-bottom .main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3%;
}

.footer-bottom .main .left {
    width: 20%;
}

.footer-bottom .main .left .text {
    line-height: 24px;
    margin: 20px 0px 30px 0px;
}

.footer-bottom .main .mid {
    display: flex;
    margin: 0px 6%;
    flex: 1;
    justify-content: space-between;
}

.footer-bottom .main .mid>div {
    width: 30%;
}

.footer-bottom .main div p.title {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.footer-bottom .main .mid ul {
    margin: 0px;
    padding: 0px;
}

.footer-bottom .main .mid ul li {
    line-height: 1.8;
}

.footer-bottom .main .mid ul li a em {
    margin-right: 5px;
}

.footer-bottom .main .right div {
    width: 100px;
    height: auto;
}

.footer-bottom .main .right div .ErWeiImg {
    border-radius: var(--border);
}

.footer-bottom .bottom {
    box-sizing: border-box;
    padding: 15px;
    color: #CCC;
    font-size: 14px;
    text-align: center;
}

.footer-bottom .bottom a {
    font-size: 14px;
    margin-left: 10px;
}

.footer-bottom .bottom a:hover {
    color: #FFF;
}

.footer-bottom .bottom .left p {
    margin: 0px;
}

.footer-bottom .bottom .right span {
    white-space: nowrap;
}

.footer-bottom .bottom .right span:first-child {
    margin-right: 60px;
}

.footer-bottom .main .mid ul li a:hover {
    color: #FFF;
}

.footer-bottom .main .left .follow ul {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    flex-wrap: wrap;
}

.footer-bottom .main .left .follow a {
    color: #FFF;
    display: inline-flex;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 35px;
    height: 35px;
    padding: 4px;
    background-color: #11b97f54;
    border-radius: var(--border);
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    transition: all .2s linear;
}

.footer-bottom .main .left .follow a em {
    font-size: 20px;
}

.footer-bottom .main .left .follow a:hover {
    transform: translateY(-4px);
    background-color: #11b97f;
}

footer .gotop {
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 130px;
    right: 35px;
    background: #11b97f;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    transition: all .4s ease;
    z-index: 9;
    opacity: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

footer .gotop em {
    font-size: 24px;
}

footer .gotop.act {
    opacity: 1;
    visibility: inherit;
    bottom: 150px;
}

footer .bottom-btn {
    background-color: #FCFCFCFB;
    border-top: solid 1px #F1F1F1;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-around;
    z-index: 99;
    transition: all .2s linear;
    position: fixed;
    bottom: 0px;
    left: 0px;
    transform: translateY(100%);
    display: none;
}

footer .bottom-btn.bottom-btn-keep {
    transform: translateY(0) !important;
}

footer .bottom-btn.bottom-btn-hide {
    transform: translateY(0);
}

@media (max-width:1280px) {
    .footer-bottom .main .mid {
        margin: 0px 3%;
    }
}

@media (max-width:1024px) {


    .footer-bottom .main {
        flex-wrap: wrap;
    }

    .footer-bottom .main .mid {
        margin: 0px;
        width: 100%;
        flex: inherit;
    }

    .footer-bottom .main .mid>div {
        width: 50%;
    }

    .footer-bottom .main .left {
        width: 40%;
        margin-bottom: 2%;
    }

    .footer-bottom .main .left .text {
        margin: 20px 0px;
    }

    .footer-bottom .main .right {
        width: 100%;
    }

    .footer-bottom .bottom {
        padding: 2% 0px;
    }

    .footer-bottom .bottom .right {
        width: 100%;
        text-align: end;
    }

    .footer-bottom .bottom .right span:first-child {
        margin-right: 20px;
    }

    .footer-top .l-wrap .right {
        width: 100%;
        margin-top: 3%;
    }

    .footer-top .l-wrap {
        flex-wrap: wrap;
    }

    .footer-top {
        padding: 3% 0px;
    }

    footer .bottom-btn {
        display: flex;
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
    }

    footer .bottom-btn .btn-item {
        width: 25%;
        height: 55px;
        box-sizing: border-box;
    }

    footer .bottom-btn .btn-item>p {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        color: #222;
    }

    footer .bottom-btn .btn-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
        color: #222;
    }

    footer .bottom-btn .btn-item em {
        font-size: 20px;
        line-height: 1;
    }

    footer .bottom-btn .btn-item p {
        font-size: 12px;
        text-transform: capitalize;
    }
}

@media screen and (max-width:768px) {
    .footer-bottom .main .left .follow span,
    .footer-bottom .main .left .logo,
    .footer-bottom .main .left .text {
        display: none;
    }

    footer {
        margin-bottom: calc(55px + constant(safe-area-inset-bottom));
        margin-bottom: calc(55px + env(safe-area-inset-bottom));
    }

    .footer-bottom .bottom .right {
        text-align: center;
    }

    .footer-bottom .main .left .follow {
        margin: 10px 0px;
    }

    .rfixed {
        bottom: calc(140px + constant(safe-area-inset-bottom));
        bottom: calc(140px + env(safe-area-inset-bottom));
        right: 24px;
    }

    iframe,
    video {
        min-height: 240px;
        height: auto;
    }
}

@media (max-width:500px) {
    .footer-bottom .main .right {
        display: none;
    }

    .footer-bottom .main .mid {
        flex-wrap: wrap;
    }

    .footer-bottom .main .mid>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-bottom .main .mid .quick ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-bottom .main .mid ul li {
        font-size: 14px;
        padding: 6px 0;
        margin: 2px 0px;
    }

    .footer-bottom .main .mid .quick ul li {
        width: 33%;
    }

    .footer-bottom .main .mid .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer-top {
        display: none;
    }

    .footer-bottom .bottom .left p {
        font-size: 12px;
        text-align: center;
    }

    .footer-bottom .bottom {
        padding: 10px 0px;
    }

    .footer-bottom .bottom .right {
        display: none;
    }

    .footer-bottom .main .left {
        width: 100%;
    }
}

.rfixed {
    position: fixed;
    bottom: calc(200px + constant(safe-area-inset-bottom));
    bottom: calc(200px + env(safe-area-inset-bottom));
    right: 35px;
    z-index: 99;
}

.rfixed-sc {
    width: 40px;
    height: 40px;
    background: #11b97f;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #FFF;
    position: relative;
    cursor: pointer;
    display: none;
}

.rfixed-sc i {
    font-size: 20px;
}

.rfixed-scnum {
    position: absolute;
    right: 25px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: #E00;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    transform: scale(.9);
    line-height: 16px;
}

#ab_kefu {
    position: fixed;
    right: 5px;
    top: 40%;
    transform: translateY(-50%);
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999;
}

#ab_kefu * {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.1;
}

.ab-list {
    padding: 0;
    border: 1px solid #EEE;
    background-color: #FFF;
    max-width: 78px;
    border-radius: 4px;
    margin: 0;
}

.ab-icon {
    display: inline-block;
    background: url(images/ab-ico23.png) no-repeat;
    width: 28px;
    height: 28px;
    transform: scale(.8);
}

.ab-list>li {
    width: 100%;
    border-top: 1px solid #EEE;
    list-style: none;
    text-align: center;
    padding: 2px 0 4px;
    transition: all .2s ease-in-out;
}

.ab-list>li>a>p {
    margin: 0;
    transform: scale(.9);
    text-transform: capitalize;
}

.ab-list>li a {
    color: #555;
    text-decoration: none;
    display: block;
    padding: 0 2px;
}

.ab-wechat-img {
    position: absolute;
    right: calc(100% - 1px);
    bottom: 0;
    width: 120px;
    text-align: center;
    padding: 10px 10px 6px;
    background-color: #FFF;
    border: 1px solid #EEE;
    border-radius: 4px;
    transform: scale(0);
    transform-origin: right bottom;
}

.ab-wechat-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.ab-wechat-img p {
    margin: 4px 0 0;
    transform: scale(.9);
    word-break: break-all;
}

.ab-wechat-img em {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/ab-ico23.png) -76px -8px / 99px no-repeat;
    vertical-align: middle;
    margin-right: 4px;
}

.ab-list>li:hover .ab-wechat-img {
    transition: transform .4s;
    transform: scale(1);
}

.ab-list>li:hover,
.ab-list>li:hover+li {
    border-color: transparent;
}

.ab-email .ab-icon {
    background-position: -8px -6px;
}

.ab-whatsapp .ab-icon {
    background-position: -52px -50px;
}

.ab-skype .ab-icon {
    background-position: -52px -6px;
}

.ab-wechat .ab-icon {
    background-position: -144px -10px;
}

.ab-list li:hover a {
    color: #FFF;
}

.ab-email:hover {
    background-color: #f90;
}

.ab-whatsapp:hover {
    background-color: #2cb740;
}

.ab-skype:hover {
    background-color: #0091df;
}

.ab-wechat:hover {
    background-color: #51c332;
}

.ab-email:hover .ab-icon {
    background-position: -96px -6px;
}

.ab-whatsapp:hover .ab-icon {
    background-position: -52px -94px;
}

.ab-skype:hover .ab-icon {
    background-position: -96px -50px;
}

.ab-wechat:hover .ab-icon {
    background-position: -144px -62px;
}

.ab-list>li:first-child {
    border-radius: 4px 4px 0 0;
    border: 0;
}

.ab-list>li:last-child {
    border-radius: 0 0 4px 4px;
}

@media (max-width:768px) {
    #ab_kefu {
        display: none;
    }
    .ab_message {
        display: none;
    }
}