.Contact_Us article{
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.Contact_Us article > div:first-child{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}iframe{
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
}
.Contact_Us article > div:first-child > .content{
    background-color: #0BC768;
    color: #FFFFFF;
    padding: 75px 70px;
}

.Contact_Us article > div:first-child > .content .top .title{
    font-family: DIN-Bold, DIN-Bold;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;

    padding-bottom: 20px;
}
.Contact_Us article > div:first-child > .content .top .subTitle{
    font-family: DIN-Bold, DIN-Bold;
    font-weight: 400;
    font-size: 32px;
    line-height: 1;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;

    padding-top: 20px;
    border-top: 1px solid #FFFFFF;;
}
.Contact_Us article > div:first-child > .content .bottom{
    margin-top: 50px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 0;
}
.Contact_Us article > div:first-child > .content .bottom i{
    margin-right: 10px;
}
.Contact_Us article > div:first-child > .content .bottom .content{
    margin-top: 5px;
}
.from-box {
    --interval-1: 45px;
    --interval-2: 65px;

    background-color: #FFFFFF;
}
.from-box .title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 50px;
    color: #0BC768;
    line-height: 70px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: var(--interval-1) 0;
}
.from-box form{
    padding: 0 var(--interval-2) var(--interval-1);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
    justify-items: center;
}
.from-box form dl{
    width: 100%;
}
.from-box form dt{
    display: flex;
    align-items: center;
}
.from-box form dt > *{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.from-box form input{
    border: none;
    border-bottom: 1px solid #B5B5B5;
    padding-left: 0;
    margin-top: 12px;
}
.from-box form input::placeholder{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #B1B1B1;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.from-box form button{
    grid-column: 1/3;
    width: 45%;

    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 39px;
    text-align: center;
    font-style: normal;
    text-transform: none;

    background-color: #0BC768;
    border: none;
    padding: 15px 0;
}
.from-box .tips {
    padding: 20px var(--interval-2) var(--interval-1);
    border-top: 1px solid #B5B5B5;
    color: #686868;
    text-align: center;
}
.Contact_Us article > div:last-child{
    background-color: #F7F7F7;
    padding: 0 180px;
}
.Contact_Us article > div:last-child > *{
    background-color: initial;
}

.Contact_Us article > div:last-child input{
    background-color: initial;
}