.index_wrap {
    height: 100vh;
}

.base-width {
    margin: 0 auto;
    max-width: 1200px;
}

.header-main {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.header-main-left {
    width: 50%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.frame {
    display: none;
}

.companys {
    display: flex;
    align-items: center;
    justify-content: start;
}

.companys img {
    cursor: pointer;
    width: 98px;
    height: 28px;

}

.header-main-left .menu {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 60px;
}

.menu-items {
    padding: 24px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.menu-items-box {
    display: none;
    position: absolute;
    width: 220px;
    border-radius: 4px;
    top: 65px;
    padding-top: 10px;
    left: 0;
    z-index: 99;
}

.menu-items-boxs {
    width: 220px;
    /* height: 80px; */
    background-color: #fff;
    color: #333333;
    border-radius: 4px;
    line-height: 32px;
    font-size: 16px;
    padding: 14px 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4) !important;
}
.menu-items-box-third .menu-items-boxs {
    width: 160px;
    text-align: left;
}
.menu-items-box-third .menu-items-boxs .menu-items-box-items{
    padding-left: 12px;
}
.menu-items-box-items:first-child {
    margin-bottom: 6px;
}

.menu-items-box-items:hover {

    color: #2F68E9;
}

.menu-items:hover {
    color: #2F68E9;
}

.menu .actived {
    color: #2F68E9;
}

.header-main-right {
    width: 50%;
    height: 68px;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn {
    width: 104px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 1px;
    cursor: pointer;
    margin-left: 32px;
}

.phone-number {
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.phone-number img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.try-use {
    background: #3F78F8;
    font-size: 16px;
    color: #F7FAFD;
}

.book {
    border: 1px solid #2F68E9;
    font-size: 16px;
    color: #3F78F8;
}

main {
    overflow-y: auto;
    height: calc(100% - 68px);
}

footer {
    background: #040B1F;
    color: #FFFFFF;
    height: 480px;
    padding-top: 0.1px;
    padding-top: 80px;
}

footer ul {
    display: flex;
    justify-content: space-between;
}

footer ul h3 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 36px;
}

footer ul li p {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 16px;
    color: #ccc;
    line-height: 28px;
}
footer ul li p:hover{
    color: #fff;
}
footer ul li p img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

footer .wechat {
    width: 120px;
    height: 120px;
    margin-top: 12px;
}

.copyright {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 16px;
    margin-top: 109px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright span{
    margin-left: 4px;
}
.to-top {
    display: none;
}

.dialog {
    display: none;
}

@media (max-width: 1200px) {
    .to-top {
        display: flex;
        line-height: 21px;
        text-align: center;
        font-size: 15px;
        color: #2E67E8;
        align-items: center;
        justify-content: center;
    }

    .base-width {
        margin: 0 auto;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-main-left {
        width: 100%;
        height: 48px;
        justify-content: space-between;
        align-items: center;
    }

    .header-main-left .menu {
        display: none;
    }

    main {
        height: calc(100% - 48px);
        padding-bottom: 0px;
    }

    .header-main-right {
        display: none;
    }

    .companys img {
        width: 70px;
        height: 20px;
    }

    .frame {
        display: block;
        cursor: pointer;
    }

    .frame img {
        display: block;
        width: 24px;
        height: 24px;
    }


    .content-title {
        line-height: 32px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .content-text {
        line-height: 22px;
        font-size: 16px;
        margin: 0 0 16px;
        text-align: left;
    }

    footer {
        height: auto;
        padding-top: 0;
        background-color: #fff;
    }
    .footers{
        padding: 0;
        background-color: #fff;
    }
    .footers ul {
        flex-direction: column;
        padding: 24px 12px 56px;
        background: #000;
    }

    .footers ul li h3 {
        margin-bottom: 8px;
    }

    .footers ul li p {
        font-size: 14px;
    }

    .footers ul li:last-child {
        margin-top: 20px;
        width: 100%!important;
    }

    .footers .mobiles {
        display: none;
    }

    .copyright {
        margin-top: 0px;
        padding: 2px 0;
        line-height: 26px;
        font-size: 12px !important;
        flex-direction: column;
        background: #040B1F;
    }
    .copyright div:first-child{
        font-size: 14px;
    }
    .dialog {
        display: none;
        position: fixed;
        top: 48px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0.5);
    }

    .dialog-main {
        border-top: 1px solid #EDEFF2;
        background-color: #fff;
        height: 480px;
        border-radius: 0px 0px 12px 12px;
        position: relative;
    }

    .dialog-menus {
        height: calc(100% - 98px);
        display: flex;
        justify-content: space-between;
    }

    .dialog-menu-left {
        width: 30%;
        height: 100%;
        border-right: 1px solid #EDEFF2;
    }

    .dialog-menu-right {
        width: 70%;
        display: block;
    }
    .wechat{
        display: block;
        margin: 12px auto;
    }
    .dialog-menu {
        display: flex;
        flex-direction: column;
        line-height: 52px;

        font-size: 15px;
        color: #333333;
    }

    .dialog-menu-items {
        display: flex;
        justify-content: start;
        align-items: center;
        padding-left: 16px;
    }

    .dialog-menu-items img {
        margin-left: 8px;
    }

    .second-menu {
        display: flex;
        flex-direction: column;
        line-height: 52px;
    }

    .second-menu-item {
        padding-left: 24px;
        font-size: 16px;
        color: #333333;
    }

    .second-menu-item:first-child {
        color: #999;
    }
    .third-menu {
        display: flex;
        flex-direction: column;
        line-height: 52px;
    }
    .dialog-btn {
        border-top: 1px solid #EDEFF2;
        position: absolute;
        bottom: 0;
        height: 98px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dialog-btn-phone {
        width: 165px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #E8F1FF;
        border-radius: 8px 8px 8px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #3F78F8;
        font-weight: 600;
    }

    .dialog-btn-phone img {
        width: 20px;
        margin-right: 4px;
    }

    .dialog-btn-try {
        width: 165px;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        text-align: center;
        color: #fff;
        background: #3F78F8;
        border-radius: 8px 8px 8px 8px;
        font-size: 16px;
        margin-left: 13px;
    }

    .dialog-menu-items-actived {
        background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #EBF2FF 100%);
        border-radius: 0px 0px 0px 0px;
        border-left: 2px solid #2F68E9;

    }
}

.pointer {
    cursor: pointer;
}