#header {
    height: 65px;
}

.header_container {
    height: 65px;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: 1px solid #B7B7B7;
}

.header_container > div {
    display: flex;
    align-items: center;
}

.menu_list {
    height: 65px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.menu_item {
    font-size: 16px;
    font-weight: bold;
    margin: 0 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: color .4s;
    height: 65px;
    line-height: 65px;
}

.menu_item > i {
    padding: 0 4px;
    font-size: 12px;
    transition: transform .4s;
}

.menu_item:hover {
    color: #017CE0;
}

.menu_item:hover i {
    transform: rotateZ(180deg);
}

.menu_item:hover #plan_collapse {
    height: 360px;
}

#plan_collapse {
    top: 65px;
    height: 0;
    background-color: #FFFFFF;
    padding: 0;
    transition: .4s;
    overflow: hidden;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.08);
}

.menu_item:hover #plan_collapse2 {
    height: 360px;
}

#plan_collapse2 {
    top: 65px;
    height: 0;
    background-color: #FFFFFF;
    padding: 0;
    transition: .4s;
    overflow: hidden;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.08);
}

.menu_card {
    width: 100%;
    height: 360px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.plan_decoration {
    height: 100%;
    width: 20px;
    background-image: linear-gradient(180deg, #FD5D1F 20%, #F8D031 0, #F8D031 40%, #3ef784 0, #3ef784 60%, #029eef 0, #029eef);
    margin-right: 10px;
}

.menu_card_box {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu_card_box_item_01 {
    max-width: 400px;
    height: 66px;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    color: #005AA2;
}

.menu_card_slip {
    width: 1px;
    height: 272px;
    background: #D6D6D6;
    margin: 10px;
}

.menu_card_box_item_02 {
    display: flex;
    align-items: center;
    color: #2A344B;
    margin: 18px 0;
    width: 480px;
    cursor: pointer;
}

.menu_card_box_item_02:hover {
    color: #017CE0;
}

.menu_card_box_item_02 > img {
    width: 60px;
    height: 60px;
    margin-right: 24px;
}

.menu_card_box_item_02 div {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.menu_card_box_item_02 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.menu_card_box_item_03 {
    max-width: 365px;
    height: max-content;
    background: #F5F5F5;
    color: #2A344B;
    padding: 20px;
}

.menu_card_box_item_03 > div {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.menu_card_box_item_03 > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.mob_header_container {
    width: 100%;
    height: 16vw;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #B7B7B7;
}

.mob_header_menu {
    width: 100%;
    height: 108vw;
    background-color: #FFFFFF;
    display: flex;
    box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.1);
}

.mob_header_menu_list {
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    padding: 8vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.mob_header_menu_title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 6vw;
    color: #000000;
}

.mob_header_menu_subtitle {
    font-size: 4vw;
    font-weight: 400;
    line-height: 5vw;
    color: #2A344B;
    margin-bottom: 5vw;
}

#mob_collapse {
    outline: 0;
}

.lang img {
    width: 24px;
    height: 24px;
}

.lang a{
    font-size: 15px;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    vertical-align: bottom;
    margin-right: 20px;
}<!--ºÄÊ±1753353695.4249Ãë-->