body, html {
    height: auto;
}
html {
    font: 112.5% / 1.45em georgia, serif;
    box-sizing: border-box;
    overflow-y: scroll;
}
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    color: rgba(0, 0, 0, .8);
    font-family: SourceHanSansCN-Regular, SourceHanSansCN, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    font-kerning: normal;
    -ms-font-feature-settings: "kern","liga","clig","calt";
    font-feature-settings: "kern", "liga", "clig", "calt", "kern";
    min-width: 900px;
    overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary
 {
    display: block;
}
div {
    box-sizing: border-box;
}
.flex {
    display: flex;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}
ol li, ul li {
    padding-left: 0;
}

li {
    list-style: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    touch-action: manipulation;
}
a {
    color: #1890ff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color .3s;
}
figure, p, pre {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

figure, p {
    padding: 0;
}
p {
    margin-bottom: 1em;
}
.phygitalplatform_pg {
    background: #f6f6f6;
}
.phygitalplatform_pg .phygitalplatform_comp-page-banner {
    background: url(https://i1.saimei.ltd/images/phygital/banner.png) no-repeat;
    background-size: cover;
}
.phygitalplatform_pg .phygitalplatform_scene {
    background: url(https://i1.saimei.ltd/images/phygital/bc.png);
    text-align: center;
    padding: 30px 0;
    margin-top: 100px;
}
.phygitalplatform_pg .phygitalplatform_scene .phygitalplatform_title {
    height: 80px;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 80px;
    margin-bottom: 50px;
}
.phygitalplatform_pg .phygitalplatform_scene img {
    width: 750px;
}
.phygitalplatform_pg .phygitalplatform_actTitle {
    margin: 150px 0 60px;
}
.PlatBanner_comp-page-banner {
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    display: flex;
    align-items: center;
    position: relative;
}
.PlatBanner_comp-page-banner .PlatBanner_comp-page-banner-title {
    padding: 0 10%;
    color: #fff;
    text-align: left;
    width: 100%;
}
.PlatBanner_comp-page-banner .PlatBanner_comp-page-banner-title .PlatBanner_cpb-name, .PlatBanner_comp-page-banner .PlatBanner_comp-page-banner-title .PlatBanner_cpb-title {
    margin-bottom: 10px;
    font-size: 36px;
}
.PlatBanner_comp-page-banner .PlatBanner_comp-page-banner-title .PlatBanner_comp-page-banner-add {
    font-size: 16px;
    position: relative;
    bottom: 10px;
}
.PlatBanner_comp-page-banner .PlatBanner_comp-page-banner-title .PlatBanner_cpb-desc {
    width: 618px;
    font-size: 16px;
    margin: 40px 0 140px;
    line-height: 24px;
}
.PlatBanner_comp-page-banner .PlatBanner_comp-page-banner-title .PlatBanner_cpb-consult {
    display: inline-block;
    width: 166px;
    height: 50px;
    color: #fff;
    background: #3772ff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    margin-right: 20px;
}
.PlatBanner_comp-page-banner .PlatBanner_comp-page-banner-title .PlatBanner_comp-page-banner-add {
    font-size: 16px;
    position: relative;
    bottom: 10px;
}
.phygitalplatform_pg .phygitalplatform_fun {
    padding-top: 120px;
}
.phygitalplatform_pg .phygitalplatform_block-content, .phygitalplatform_pg .phygitalplatform_block-img {
    padding: 0 10%;
}
.phygitalplatform_pg .phygitalplatform_sceneTitle {
    margin: 97px 0 86px;
}
.Tabs_cmTab .Tabs_tabs {
    display: flex;
}

.Tabs_cmTab .Tabs_tabs .Tabs_tab {
    padding: 0 50px;
    height: 60px;
    background: linear-gradient(133deg, #e2e2e2, #fff);
    box-shadow: 6px 6px 20px 6px rgba(0, 0, 0, .1), -6px -6px 20px 5px #fff, inset 1px 1px 12px 5px rgba(255, 255, 255, .16), inset -1px -1px 12px 7px rgba(202, 202, 202, .25);
    border-radius: 10px;
    border: 2px solid #f9f9f9;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #6d7783;
    line-height: 60px;
    cursor: pointer;
}
.Tabs_cmTab .Tabs_tabs .Tabs_tab.Tabs_active {
    color: #3773ff;
    background: #f4f4f4;
    border-radius: 10px 10px 0 0;
    position: relative;
    box-shadow: none;
    height: 87px;
    border-bottom-color: #f4f4f4;
}
.Tabs_cmTab .Tabs_left {
    flex: 2 1;
    margin-right: 50px;
}
.Tabs_cmTab .Tabs_content.Tabs_act0 {
    border-top-left-radius: 0;
}

.Tabs_cmTab .Tabs_content {
    display: flex;
    margin-bottom: 40px;
    padding: 80px 110px;
    background: #f4f4f4;
    box-shadow: 8px 8px 20px 8px rgba(0, 0, 0, .14), -8px -8px 20px 8px #fff, inset 1px 1px 16px 4px rgba(145, 145, 145, .11), inset -1px -1px 16px 4px rgba(255, 255, 255, .88);
    border: 3px solid #f9f9f9;
    border-radius: 40px;
    margin-top: -3px;
}
.Tabs_cmTab .Tabs_info {
    flex: 3 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Tabs_cmTab .Tabs_tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.Tabs_cmTab .Tabs_tag {
    padding: 5px 8px;
    margin-bottom: 10px;
    background: rgba(55, 114, 255, .1);
    font-size: 16px;
    font-weight: 500;
    color: #3772ff;
    line-height: 28px;
    margin-right: 20px;
}
.Tabs_cmTab .Tabs_title {
    font-size: 22px;
    font-weight: 500;
    color: #222;
    line-height: 34px;
}
.Tabs_cmTab .Tabs_desc {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    margin: 20px 0;
}
.header-fixed-theme .link-item>.label, .header-fixed-theme .link-item>.label a {
    color: #2a2a2a;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header .block-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 74px;
    margin: 0 100px;
}

.block-inner {
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .block-inner {
        width: 90%;
        line-height: 1rem;
    }
}
.block-title {
    text-align: center;
    height: 51px;
    font-size: 32px;
    font-weight: 500;
    color: #000;
    line-height: 51px;
}
.FunList_ls {
    display: flex;
    justify-content: space-between;
    padding: 60px 10% 80px;
}
.FunList_ls .FunList_item {
    width: 322px;
    height: 410px;
    padding-top: 20px;
    background: linear-gradient(133deg, #f4f4f4, #fff);
    box-shadow: 6px 6px 20px 5px rgba(0, 0, 0, .1), -6px -6px 20px 5px #fff;
    border-radius: 12px;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.FunList_ls .FunList_img {
    height: 140px;
    margin: 100px 0 35px;
}
.FunList_ls .FunList_item img {
    height: 100%;
}
.FunList_ls .FunList_info {
    height: 32px;
    font-size: 21px;
    font-weight: 400;
    color: #222a41;
    line-height: 32px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    flex: 1 1;
}
.FunList_ls .FunList_title {
    margin-bottom: 15px;
}
.FunList_ls .FunList_desc {
    color: #6d7783;
    font-size: 14px;
    line-height: 24px;
}
.FeatureList_ls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10%;
}
.FeatureList_ls .FeatureList_info {
    width: 202px;
    height: 72px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}
.FeatureList_ls .FeatureList_item {
    display: flex;
    flex: 0 0 33%;
    justify-content: center;
    margin-bottom: 40px;
    align-items: center;
}
.FeatureList_ls .FeatureList_left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87px;
    height: 87px;
    background: #ebecf0;
    box-shadow: 8px 8px 15px 0 #a6abbd, -8px -8px 15px 0 #fafbff;
    border-radius: 12px;
    margin-right: 28px;
}
.Consultation_consulation {
    background: url(https://i1.saimei.ltd/images/bg_consult.png) 50%;
    background-size: cover;
    padding: 100px 0 320px;
    text-align: center;
}
.Consultation_consulation .Consultation_con-title {
    height: 51px;
    font-size: 32px;
    font-weight: 500;
    color: #000;
    line-height: 51px;
}
.Consultation_consulation .Consultation_desc {
    font-size: 20px;
    font-weight: 400;
    color: #666;
    line-height: 34px;
    max-width: 828px;
    margin: 45px auto 30px;
}
.Consultation_consulation .Consultation_btn {
    border-radius: 27px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    width: 166px;
    height: 50px;
    background: #3772ff;
}
img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}
.header .logo-blue {
    background-image: url(/images/common/logoblue.png);
}

.header .logo {
    height: 100%;
    background: url(/images/common/logo.png) 0 no-repeat;
    background-size: 124px 16px;
    flex: 0 0 150px;
}
.header .link-box {
    height: 100%;
    white-space: nowrap;
    display: flex;
}
.header .link-item {
    flex: 1 1;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 0 10px 26px;
    text-align: center;
    position: relative;
    transition: color .3s;
    height: 100%;
    line-height: 70px;
}

.header .link-item a {
    text-decoration: none;
    color: #fff;
}

.header .link-item .label {
    display: inline-block;
    line-height: 2;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
}
.header-theme .link-item>.label.active
 {
    border-bottom: 2px solid #fff;
}
.header .link-item .nav-subs {
    font-size: 12px;
    position: absolute;
    left: 50%;
    top: 80%;
    margin-top: -10px;
    line-height: normal;
    display: none;
    background: rgba(1, 1, 12, .6);
    transform: translateX(-50%);
    padding: 15px;
}
.header .link-item .nav-subs .label
 {
    display: block;
    text-align: left;
}
.header-theme {
    background: none;
}
.footer {
    background: url(https://i1.saimei.ltd/images/footer/container.png) 50% no-repeat;
    position: relative;
}
.footer .it-copy {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    justify-content: center;
    align-items: center;
    color: #f4f4f4;
}
.footer .it-copy img {
    vertical-align: -3px;
}
.footer .footer-container {
    display: flex;
    justify-content: space-around;
    color: #fff;
    padding: 160px 0 120px;
}

.footer .footer-container .item ul {
    margin: 0 0 10px;
}
.footer .footer-container .item ul li:first-child {
    margin-bottom: 30px;
    color: #f4f4f4;
}

.footer .footer-container .item .title {
    font-size: 14px;
    font-weight: 600;
    cursor: default;
}
.footer .footer-container .item ul li {
    cursor: pointer;
    font-size: 12px;
    color: #f4f4f4;
}
.footer .footer-container .item .info {
    display: flex;
}
.footer .footer-container .item .info {
    cursor: default;
}
.footer .footer-container .item .info p {
    margin-bottom: 0;
    cursor: pointer;
}
.footer .footer-container .item .info p:first-child {
    position: relative;
}
.footer .footer-container .item .info p:first-child .code {
    width: 120px;
    height: 120px;
    max-width: 120px;
    position: absolute;
    top: -125px;
    left: -45px;
    display: none;
}

.footer .footer-container .item img {
    width: 33px;
    height: 33px;
    margin-right: 10px;
}
ol, ul {
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    list-style-position: outside;
    list-style-image: none;
}

.aiexplore_ai {
    background: #f6f6f6;
}
.aiexplore_ai .aiexplore_banner__xI3_J {
    padding: 0 10%;
    height: 947px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #001349 url(https://i1.saimei.ltd/images/academy/banner_1.png) 100% no-repeat;
    background-size: 1005px auto;
    position: relative;
}
.aiexplore_ai .aiexplore_banner__xI3_J .aiexplore_info__S_Fz4 {
    flex: 0 0 50%;
}
.aiexplore_ai .aiexplore_banner__xI3_J .aiexplore_title__90uyO {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 51px;
    margin-bottom: 45px;
}
.aiexplore_ai .aiexplore_banner__xI3_J .aiexplore_desc__H3NoI {
    font-size: 16px;
    line-height: 24px;
}
.aiexplore_ai .aiexplore_paper__v_vxg {
    width: 80%;
    height: 100%;
    background: linear-gradient(142deg, #f4f4f4, #fff);
    box-shadow: 6px 6px 28px 5px rgba(0, 0, 0, .14);
    border-radius: 20px;
    border: 2px solid #fff;
    border-top: none;
    position: relative;
    top: -150px;
    margin: 0 auto -100px;
    padding: 45px 35px;
}
.aiexplore_ai .aiexplore_paper__v_vxg .aiexplore_pimg__NTWMF {
    flex: 0 0 188px;
    margin-right: 30px;
}
.aiexplore_ai .aiexplore_paper__v_vxg .aiexplore_ptitle__G2A15 {
    height: 64px;
    font-size: 24px;
    font-weight: 500;
    color: #3775ff;
    line-height: 27px;
}
.aiexplore_ai .aiexplore_paper__v_vxg .aiexplore_pinfo {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
}
.aiexplore_ai .aiexplore_eblock__MCsUR {
    padding-top: 200px;
    background: url(https://i1.saimei.ltd/images/academy/bg_1.png) 50% no-repeat;
    background-size: cover;
}
.aiexplore_ai .aiexplore_exp.aiexplore_exp1 {
    margin-right: 40px;
}
.aiexplore_ai .aiexplore_exp {
    height: 160px;
    background: linear-gradient(142deg, #f4f4f4, #fff);
    box-shadow: 6px 6px 28px 5px rgba(0, 0, 0, .07);
    border-radius: 20px;
    border: 2px solid #fff;
    filter: blur(0);
    display: flex;
    padding: 28px 40px;
    flex: 0 0 700px;
    height: 266px;
    margin: 86px 0;
}
.aiexplore_ai .aiexplore_exp .aiexplore_eimg {
    flex: 0 0 154px;
    margin-right: 16px;
}
.aiexplore_ai .aiexplore_exp .aiexplore_infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aiexplore_ai .aiexplore_exp .aiexplore_etitle {
    font-size: 21px;
    font-weight: 400;
    color: #000;
    line-height: 27px;
    margin-bottom: 10px;
}
.aiexplore_ai .aiexplore_exp .aiexplore_einfo {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
}
.aiexplore_ai .aiexplore_exp .aiexplore_einfo p {
    margin-bottom: 0 !important;
}
.aiexplore_ai .aiexplore_school {
    padding: 0 10%;
    margin-top: 120px;
}
.aiexplore_ai .aiexplore_partner {
    padding: 0 18%;
    margin-top: 120px;
}
.aiexplore_ai .aiexplore_ablock {
    padding-top: 86px;
}
.aiexplore_ai .aiexplore_ablock .aiexplore_subtitle {
    height: 52px;
    font-size: 20px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    text-align: center;
    margin-top: 27px;
}
.ImgList_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
.ImgList_ul .ImgList_li {
    width: 14vw;
    margin-bottom: 30px;
    padding: 10px 15px;
    text-align: center;
    background: linear-gradient(135deg, #f4f4f4, #fff);
    box-shadow: 6px 6px 25px 4px rgba(0, 0, 0, .07);
    border-radius: 12px;
    border: 2px solid #fff;
}
.ImgList_ul .ImgList_li img {
    width: 80%;
}
.Sliders_lsact {
    display: flex;
    margin: 110px 0 20px;
}
.Sliders_switchs, .Sliders_switchs>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Sliders_switchs>div {
    width: 53px;
    height: 53px;
    background: linear-gradient(163deg, #f4f4f4, #fff);
    box-shadow: 2px 4px 15px 1px rgba(0, 0, 0, .09);
    border: 2px solid #fff;
    filter: blur(0);
    border-radius: 50%;
    margin: 0 18px;
    color: #457efe;
    cursor: pointer;
}
.Sliders_switchs, .Sliders_switchs>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Sliders_act
 {
    display: flex;
    flex: 0 0 534px;
    padding: 20px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1), inset 0 1px 3px 0 rgba(202, 202, 202, .5);
    border-radius: 20px;
    opacity: .5;
    margin: 0 20px;
    flex-direction: column;
}
.Sliders_act .Sliders_active {
    transform: scale(1.1) translateY(-40px);
    opacity: 1;
    margin: 0 40px 10px;
}
.Sliders_act .Sliders_img {
    flex: 0 0 45%;
}
.Sliders_act .Sliders_infos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Sliders_act .Sliders_title {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    line-height: 24px;
    margin-top: 20px;
}
blockquote :last-child, li :last-child, p :last-child {
    margin-bottom: 0;
}
.ant-modal {
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    pointer-events: none;
    position: relative;
    top: 100px;
    width: auto;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding: 0 0 24px;
}
.ant-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
}
.ant-modal-wrap
 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
}
.ant-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
    pointer-events: auto;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.ant-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    color: rgba(0, 0, 0, .45);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: color .3s;
}
.ant-modal-close-x
 {
    display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
}
.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
svg:not(:root)
 {
    overflow: hidden;
}

.anticon svg {
    display: inline-block;
}
.anticon>*
 {
    line-height: 1;
}
.ant-modal-body {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
}
.ContactUs_contact-box {
    max-width: 1000px;
    margin: 0 auto;
}
.ContactUs_contact-box__NcJ_z .ContactUs_title__oWGbS {
    text-align: center;
}
.ContactUs_business-div__Vv3gx {
    width: 100%;
    background: #fff;
    padding-top: 20px;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
}
.ant-form-item {
    box-sizing: border-box;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum", "tnum";
    margin: 0 0 24px;
    vertical-align: top;
    transition: margin-bottom .3s linear 17ms;
}
.ant-form-item-control:first-child:not([class^=ant-col-]):not([class*=" ant-col-"]) {
    width: 100%;
}

.ant-form-horizontal .ant-form-item-control {
    flex: 1 1;
}
.ant-form-item-control {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.ant-form-item-control-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
}
.ant-form-item-control-input-content {
    flex: auto;
    max-width: 100%;
}
.contact-box .ant-form .ant-input {
    background-color: #f1f1f1 !important;
    font-size: 14px;
    padding: 11px 12px;
    border: none;
    height: 42px;
}
.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}
[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    touch-action: manipulation;
}
input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}
.ContactUs_business-div__Vv3gx .ContactUs_formDiv__SRKVJ .ContactUs_chart-list___r8Fh
{
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.ContactUs_business-div__Vv3gx .ContactUs_formDiv__SRKVJ .ContactUs_info-elem__s7kLi {
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex: 1 1;
}
.ContactUs_business-div__Vv3gx .ContactUs_formDiv__SRKVJ .ContactUs_info-elem__s7kLi .ContactUs_info-input__hCyMY {
    flex: 1 1;
}
