/*============================= the-header =============================*/
.the-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e8ebf1;
    z-index: 2020;
}

.the-header .left {
    height: 60px;
}

.the-header .logo img {
    width: 112px;
    margin-right: 24px;
}

.the-header .menu-item {
    height: 100%;
    padding: 0 24px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    color: #515769;
}

.the-header .menu-item.checked {
    color: #3b61da;
    background: #e2e7f3;
}

.the-header .menu-item.checked:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    background: #3b61da;
    width: 100%;
    top: 0;
}

.the-header .phone {
    color: #5E5E76;
    letter-spacing: 2px;
}

.the-header .phone img {
    margin: 0 8px 0 16px;
}

.the-header .y-button {
    width: 100px;
    height: 36px;
}

.the-header .y-button-plain:hover {
    background: #fff !important;
    color: #3b61da !important;
}

.the-header .menu-item .panel {
    padding-top: 12px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.the-header .menu-item .panel:before,
.the-header .menu-item .panel:after {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    top: 4px;
    border-top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-color: #E2E7F3;
}

.the-header .menu-item .panel:after {
    border-bottom-color: #F9F9F9;
    top: 6px;
}

.the-header .menu-item .panel-body {
    padding: 16px 0 16px 24px;
    border-radius: 8px;
    display: flex;
    width: 230px;
    flex-wrap: wrap;
    box-shadow: 0 3px 10px #E2E7F3;
    background: rgba(255, 255, 255, 0.623);
    border: 1px solid #E2E7F3;
    backdrop-filter: blur(11px);
}

.the-header .menu-item:hover .panel {
    display: block;
}

.the-header .panel .child-item {
    white-space: nowrap;
    color: #515769;
    /* padding: 16px 0; */
    line-height: 48px;
    display: block;
    width: 180px;
}

.the-header .panel .child-item:hover {
    color: #3B61DA;
}

.child-title{
    /* font-size: 14px; */
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 48px;
    /* line-height: 20px; */
    color: #3B61DA;
    letter-spacing: 2px;
}
.child-body{
    padding-left: 13px;
}

/*============================= the-header =============================*/


/*============================= the-main =============================*/

.the-main {
    margin-top: 60px;
}

/*============================= the-main =============================*/


/*============================= the-guide-bar =============================*/

.the-guide-bar {
    background: url("../img/guide-bar-bg.png");
    text-align: center;
    padding: 24px 0;
    font-size: 38px;
}

.the-guide-bar .desc {
    font-size: 16px;
    color: #5E5E76;
    margin: 8px 0 16px;
}

.the-guide-bar .y-button {
        width: 280px;
    height: 44px;
    box-shadow: 0 9px 17px #D1DCFF;
    background: linear-gradient(190deg, #5dadff 0%, #0d6eff 100%);
    border: 0;
    font-size: 18px;
}
}

/*============================= the-guide-bar =============================*/


/*============================= the-footer =============================*/

.the-footer {
    background: #999EAE;
    padding: 40px 0 10px 0;
}

.the-footer .w1200-g {
    align-items: flex-start;
}

.the-footer .logo {
    margin-top: 40px;
}
.the-footer .logo img{
    width: 135px;
}

.the-footer .columns {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    margin-left: 80px;
}

.the-footer .column .title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
}

.the-footer .column .link {
    display: block;
    color: #FAFAFA;
    line-height: 40px;
    cursor: pointer;
}

.the-footer .column .link:hover {
    color: #3b61da;
}

.the-footer-copyright {
    background: #7E8291;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

.the-footer .footer-link{
    text-align: center;
    width: 1200px;
    margin: 30px auto 0 auto;
}

.the-footer .footer-link-span{
    color: #FAFAFA;
}

.the-footer .footer-link-a{
    color: #FAFAFA;
    margin-left: 7px;
}

/*============================= the-footer =============================*/