/* 通用css */
img {
    vertical-align: middle;
}


.header {
    width: var(--base-width);
    height: 64px;
    background-color: #fff;
    margin: 0 auto;
}

.header-content {
    width: var(--base-width);
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 166px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.header-navs {
    /* width: calc(100% - 118px); */
    display: flex;
    margin-left: 118px;
}

.header-navs a {
    font-size: 16px;
    color: var(--text-color);
    transition: all .25s;
    font-weight: 400;
    color: var(--text-color);
    white-space: nowrap;
    margin-right: 64px;

}

.header-navs a:last-child {
    margin-right: 0;
}

.header-navs a:hover {
    color: var(--primary-color);
}

.header-navs a.active {
    color: var(--primary-color);
    font-weight: bold;
}


/* 横幅 */
.banner {
    width: 100%;
    height: var(--banner-h);
    min-height: 300px !important;
}

.banner img {
    width: 100%;
    height: 100%;
}


.ani-box {
    /* width: var(--base-width); */
    margin: 0 auto;
}

/* 区域块 */
.ani-box.bg {
    background-image: url('../img/model-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.ani-box .ani-content {
    width: var(--base-width);
    padding: 48px 0;
    margin: 0 auto;

}

.ani-box .ani-content .ani-title {
    font-weight: bold;
    font-size: 24px;
    color: var(--primary-color);
    text-align: center;
}

.ani-box .ani-content .ani-sub-title {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-align: center;
}

.ani-box .ani-content .ani-details {
    text-align: center;
}

.ani-box .ani-btn {
    background-color: var(--primary-color);
    cursor: pointer;
    border-radius: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 248px;
    height: 48px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.ani-box .ani-btn span {
    margin-left: 18px;
}

/* footer */
.footer {
    width: 100%;
}

.footer-content {
    width: 100%;
}

.footer-content .footer-blue-wrap {
    width: 100%;
    height: 220px;
    background-image: url('../img/footer-bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer .footer-blue {
    width: var(--base-width);
    height: 100%;
    text-align: center;
    padding-top: 48px;
    margin: 0 auto;

}

.footer .footer-blue .text {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 44px;
}

.footer .footer-blue .btn {
    width: 240px;
    height: 60px;
    background: transparent;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 75px;
}
.footer .footer-blue .btn a{
    color: #fff;
}

.footer .footer-black {
    width: 100%;
    height: 340px;
}

.footer .footer-black-wrap {
    width: 100%;
    height: 340px;
    background: #393c41;
}

.footer .footer-black .line-1 {
    width: var(--base-width);
    height: 95%;
    display: flex;
    margin: 0 auto;
}

.line-1 .column {
    padding-top: 60px;
    color: #fff;
}

.line-1 .func {
    margin-right: 100px;
}

.line-1 .about {
    margin-right: 100px;

}
.line-1 .flow {
    /*margin-right: 128px;*/
    margin-left: auto;


}

.line-1 .contact .t {
    text-align: left !important;
}

.line-1 .t {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 36px;
    text-align: left;
}

.line-1 .c {
    display: flex;
    flex-direction: column;
}

.line-1 .c a {
    color: #fff;
    margin-bottom: 24px;
    white-space: nowrap;
    font-size: 14px;
}

.line-1 .c a:hover {
    color: var(--primary-color);
}


.line-1 .qr-code {
    margin-left: auto;
    display: flex;
    /*font-weight: bold;*/
    font-size: 14px;
    color: #FFFFFF;
}

.line-1 .qr-code>div {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 20px;
    /*padding-top: 60px;*/
}

.line-1 .qr-code img {
    width: 104px;
    height: 104px;
    margin-bottom: 8px;
}
.line-1 .qr-code span{
    padding: 10px;
}
.footer .footer-black .line-2 {
    background-color: #393c41;
    color: #ccc;
}
.footer .footer-black .line-2 .nav{
    width: var(--base-width);
    margin: auto;
}
.footer .footer-black .line-2 .nav .beian{
    text-align: left;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    padding: 10px 0px;
    border-top: 1px solid #494d53;display: flex;
    align-items: center;
    justify-content: left;
}
.footer .footer-black .line-2 .nav .friendship{
    padding: 16px 0;
    border-top: 1px solid #494d53;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 13px;
}
.footer .footer-black .line-2 .nav .friendship a{
    color: #ccc;
    margin-right: 18px;
    cursor: pointer;
}


/* 固定右侧区域 */
.fix-right {
    position: fixed;
    right: 32px;
    cursor: pointer;
    z-index: var(--fix-zIndex);
}

.fix-model {
    bottom: 180px;
    border-radius: 8px;
    padding: 10px 0;
    background-color: var(--primary-color);
}

.fix-model .model {
    padding: 20px 10px;
    text-align: center;
}

.fix-model .model img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 8px;
}

.fix-model .model span {
    font-size: 12px;
    color: #fff;
    display: block;
    line-height: 1.6;
}

.fix-model .mode-line {
    width: 48px;
    height: 2px;
    background-color: #e3eeff;
    margin: 0 auto;
    opacity: .5;
}

.to-top {
    bottom: 48px;
    box-shadow: 0 0 10px rgba(25, 119, 253, 0.2);
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.to-top img {
    width: 28px;
    height: 28px;
}