@font-face {
    font-family: "HarmonyOS_Sans_SC_Bold";
    src: url(../font/HarmonyOS_Sans_SC_Bold.ttf);
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url(../font/HarmonyOS_Sans_SC_Light.ttf);
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium";
    src: url(../font/HarmonyOS_Sans_SC_Medium.ttf);
}

@font-face {
    font-family: "GOTHIC";
    src: url(../font/GOTHIC.TTF);
}

@font-face {
    font-family: "GOTHICB";
    src: url(../font/GOTHICB.TTF);
}

@font-face {
    font-family: "NexaRegular";
    src: url(../font/NexaRegular.ttf);
}

@font-face {
    font-family: "Nexa_Light";
    src: url(../font/Nexa_Light.otf);
}

@font-face {
    font-family: "MiSans_Medium";
    src: url(../font/MiSans-Medium.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
    list-style: none;
}

div {
    display: block;

}

.main {
    width: 100%;
    overflow: hidden;
    /* padding-top: 80px; */

}

@keyframes indppTitleLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-110%);
    }
}

@keyframes indppTitleRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(110%);
    }
}


.w1220 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
}

.w1400 {
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
}

.w1577 {
    width: 1577px;
    max-width: 94%;
    margin: 0 auto;
}

.w1660 {
    width: 1660px;
    max-width: 94%;
}

.w1720 {
    width: 1720px;
    max-width: 94%;
    margin: 0 auto;
}

.w1840 {
    width: 1840px;
    max-width: 96%;
    margin: 0 auto;
}

.w660 {
    width: 660px;
    max-width: 94%;
}

/* more */
.a_more {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 头部 */
.w1830 {
    width: 1830px;
    max-width: 96%;
    margin: 0 auto;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    transition: top 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header.header_top {
    background: transparent;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.header.header_top:hover{
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header.hide {
    top: -100px;
}

.header_cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_l{
    display: flex;
    align-items: center;
}
.headLogo a {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    outline: none;
}

.headLogo a img {
    display: block;
    max-width: 134px;
}

.headLogo a .logo_a {
    display: none;
}

.header_top .headLogo a .logo_a {
    display: block;
}

.header_top .headLogo a .logo_b {
    display: none;
}

.header.header_top:hover  .headLogo a .logo_a {
    display: none;
}

.header.header_top:hover  .headLogo a .logo_b{
    display: block;
}

.hedaer_Column {
    display: flex;
    align-items: center;
    padding-left: 28px;
}

.hedaer_Column .header_item {
    padding: 0 10px;
    margin-right: 14px;
    position: relative;
}

.hedaer_Column .header_item:last-child {
    margin-right: 0;
}

.hedaer_Column .header_item .header_item_t {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hedaer_Column .header_item .header_item_t a {
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    font-size: 16px;
    line-height: 1;
}
.header.header_top:hover  .hedaer_Column .header_item .header_item_t a{
    color: #333;
}
.header .hedaer_Column .header_item .header_item_t a:hover {
    color: #ff5101;
}
.header.header_top .hedaer_Column .header_item .header_item_t a:hover {
    color: #ff5101;
}
.header .hedaer_Column .header_item .header_item_t.active a {
    color: #ff5101;
}
.header.header_top .hedaer_Column .header_item .header_item_t.active a {
    color: #ff5101;
}
.header.header_top .header_item .header_item_t a {
    color: #fff;
}

.hedaer_Column .header_item .header_item_t .iconfont {
    display: none;
}

.header .hedaer_Column .header_item .header_item_b {
    position: absolute;
    top: 100px;
    left: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    transform: translateX(-50%);
    white-space: nowrap;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-top: 10px;
    z-index: 8;
    display: none;
}

.header .hedaer_Column .header_item .header_item_b .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.header .hedaer_Column .header_item .header_item_b .center a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    white-space: nowrap;
    min-width: 120px;
    border-radius: 8px;
}

.header .hedaer_Column .header_item .header_item_b .center a.active {
    /* background: #ff5101; */
    color: #ff5101;
}

.header .hedaer_Column .header_item .header_item_b .center a:hover {
    /* background: #ff5101; */
    color: #ff5101;
}

.header .header_r {
    display: flex;
    align-items: center;
}

/* 电话 */
.header .Telephone {
    position: relative;
    z-index: 3;
}

.header .header_r .headerIco {
    margin-right: 10px;
}

.header .header_r .headerIco:last-child {
    margin-right: 0;
}

.header .header_r .caidan,
.header .header_r .search,
.header .header_r .Telephone a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
    color: #fff;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.header .header_r .caidan:hover,
.header .header_r .search:hover,
.header .header_r .Telephone a:hover {
    background: #ff5101;
}

.header .Telephone .templatenuber {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff5101;
    color: #fff;
    padding: 15px;
    height: 50px;
    border-radius: 8px;
    font-size: 23px;
    font-family: "HarmonyOS_Sans_SC_Bold";
    line-height: 1;
    /*display: none;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    z-index: -1;
    transition: all 0.2s ease-in-out;
    padding-right: 0;
    opacity: 0;
    width: 50px;
}

.header .Telephone:hover .templatenuber{
    padding-right: 65px;
    opacity: 1;
    width: 230px;
}
.header .Telephone .templatenuber p{
    white-space: nowrap;
}

.header .header_r .caidan {
    display: none;
}

.header .header_r .caidan .iconfont {
    font-size: 25px;
}

.header .header_r .search p .iconfont {
    font-size: 20px;
}

.header .header_r .Telephone a .iconfont {
    font-size: 20px;
}

.header .header_r .caidan .icon-close {
    font-size: 20px;
    display: none;
}

.header .header_r .quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 3.125rem;
    border-radius: 4px;
    background: #fff;
    color: #fff;
    font-size: 16px;
    font-family: "HarmonyOS_Sans_SC_Medium";
    cursor: pointer;
    padding: 0 8px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.header .header_r .quote::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ff5101;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.header .header_r .quote:hover::after{
    width: 48px;
}

.header .header_r .quote .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    transform: rotate(-45deg);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.header .header_r .quote:hover {
   color: #000;
}

/*.header .header_r .quote:hover .iconfont {*/
/*    transform: rotate(0);*/
/*}*/

/* 搜索 */
.header .header_r .search .header-v-hover-inpt {
    position: absolute;
    top: 70px;
    left: -100%;
    width: 260px;
    height: 40px;
    background: #f3f6f9;
    padding: 0 10px;
    border-radius: 20px;
    display: none;
}

.header-v-hover-inpt form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.header-v-hover-inpt form input {
    width: 86%;
    height: 40px;
    border: none;
    outline: none;
    background: none;
}

.header-v-hover-inpt form button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: none;
    color: #333;
    margin: 0 auto;
}



@media (max-width: 1200px) {
    .hedaer_Column{
        padding-left: 10px;
    }
    .hedaer_Column .header_item {
        padding: 0px 8px;
        margin-right: 6px;
    }

    .header .header_r .caidan,
    .header .header_r .search,
    .header .header_r .Telephone a {
        width: 40px;
        height: 40px;
    }
    .header .Telephone .templatenuber{
        width: 40px;
        height: 40px;
        padding: 8px;
        font-size: 20px;
        display: flex;
        align-items: center;
    }
    .header .Telephone:hover .templatenuber {
        padding-right: 55px;
        opacity: 1;
        width: 196px;
    }
    .header .header_r .quote {
        width: 168px;
        height: 40px;
    }
}

@media (max-width: 1100px) {
    /* .hedaer_Column{*/
    /*    padding-left: 8px;*/
    /*}*/
    .hedaer_Column .header_item .header_item_t a {
        font-size: 15px;
    }

    .header .header_r .quote {
        font-size: 15px;
        width: 150px;
    }

    .header .header_r .quote .iconfont {
        margin-left: 12px;
    }

    .headLogo a {
        height: 80px;
    }

    .hedaer_Column .header_item .header_item_t {
        height: 80px;
    }

    .header .hedaer_Column .header_item .header_item_b {
        top: 80px;
    }

    .header .hedaer_Column .header_item .header_item_b .center a {
        height: 40px;
        font-size: 14px;
    }

    .header.hide {
        top: -80px;
    }
}

@media (max-width: 999px) {
    .hedaer_Column {
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        background: #fff;
        height: calc(100vh - 80px);
        flex-direction: column;
        overflow-y: auto;
        border-top: 1px solid #0b0500;
        display: none;
    }

    .hedaer_Column .header_item {
        width: 100%;
        padding: 0 16px;
        margin-right: 0px;
    }

    .hedaer_Column .header_item .header_item_t {
        height: 60px;
        width: 100%;
    }

    .hedaer_Column .header_item .header_item_t a {
        font-size: 18px;
        transition: all 0.3s ease-in-out;
    }

    .hedaer_Column .header_item.act .header_item_t a {
        color: #ff5001;
    }

    .hedaer_Column .header_item .header_item_t .iconfont {
        display: block;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

    .hedaer_Column .header_item.act .header_item_t .iconfont {
        color: #ff5101;
        transform: rotate(90deg);
    }

    .header .hedaer_Column .header_item .header_item_b {
        position: relative;
        top: 0;
    }

    .header.hide {
        top: 0px;
    }

    .header.header_top .header_item .header_item_t a {
        color: #0b0500;
    }

    .header.header_top {
        background: #fff;
    }

    .header_top .headLogo a .logo_a {
        display: none;
    }

    .header_top .headLogo a .logo_b {
        display: block;
    }

    .header .hedaer_Column .header_item .header_item_b .center a {
        width: 100%;
    }

    .header .header_r .caidan {
        display: flex;
    }

    .header .header_r .caidan .icon-close {
        display: none;
    }
}
@media(max-width: 768px){
    .header .Telephone .templatenuber{
        display: none;
    }
    .header .header_r .quote {
        font-size: 12px;
        width: 100px;
        padding: 0;
    }

    .header .header_r .quote .iconfont {
        margin-left: 4px;
        font-size: 14px;
    }
    .header .header_r .headerIco {
        margin-right: 8px;
    }
}
@media (max-width: 550px) {
    .header .header_r .headerIco.quote {
        /*display: none;*/
    }
}

/* 头部 */

/* footer */
.footer {
    position: relative;
    z-index: 3;
    background: #171717;
    padding: 80px 0 60px;
}

.footer .footer_cen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

.footerL {
    width: 73.3%;
}

.footerL .footer_list {
    margin-top: 30px;
    border-top: 1px solid #2f2f2f;
    padding-top: 56px;
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid #2f2f2f;
}

.footerL .footer_list .footer_box {
    display: flex;
    flex-direction: column;
    margin-left: 80px;
}

.footerL .footer_list .footer_box:first-child {
    margin-left: 0;
}

.footerL .footer_list .footer_box p {
    font-size: 16px;
    line-height: 1.2;
    font-family: "HarmonyOS_Sans_SC_Bold";
    color: #b7b7b7;
    margin-bottom: 24px;
}

.footerL .footer_list .footer_box a {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 8px;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: #8d8d8d;
    transition: all 0.2s ease-in-out;
}

.footerL .footer_list .footer_box a:hover {
    color: #fff;
}

.footerL .footer_bom {
    padding-top: 50px;
    font-size: 14px;
    line-height: 1.2;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: #8d8d8d;
}

.footerL .footer_bom a {
    color: #8d8d8d;
    transition: all 0.3s ease-in-out;
}

.footerL .footer_bom a:hover {
    color: #fff;
}

.footerL .footer_Url {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.footerL .footer_Url a {
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.footerL .footer_Url a:hover {
    background: #ff5001;
}

.footerL .footer_Url a .iconfont {
    font-size: 20px;
}

.footerL .footer_Url a .icon-xiaohongshu {
    font-size: 24px;
}

.footerR {
    width: 25.2%;
}

.footerR .tit {
    font-size: 24px;
    line-height: 1.5;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #fff;
}

.footerR .quote {
    padding-top: 25px;
    width: 100%;
}

.footerR .quote form {
    display: block;
    width: 100%;
    padding: 30px;
    background: #2f2f2f;
    border-radius: 8px;
    overflow: hidden;
}

.footerR .quote form input,
.footerR .quote form select {
    outline: none;
    border: 1px solid #444444;
    height: 50px;
    border-radius: 8px;
    background: none;
    text-indent: 1em;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.footerR .quote form select option {
    color: #0b0500;
    font-family: "HarmonyOS_Sans_SC_Light";
}

.footerR .quote form input::placeholder {
    font-size: 16px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: #8d8d8d;
}

.footerR .quote form .button {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 8px;
    background: #595959;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footerR .quote form .button:hover {
    background: #ff5001;
    color: #fff;
}

.footerR .Place {
    margin-top: 80px;
}

.footerR .Place .footera {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.footerR .Place .footerb {
    font-size: 14px;
    line-height: 36px;
    font-family: "HarmonyOS_Sans_SC_Light";
    color: #8d8d8d;
}

.footerR .Place .footerb:hover {
    color: #fff;
}

.footerR .FriendlyLinks {
    margin-top: 50px;
}

.footerR .FriendlyLinks select {
    width: 100%;
    height: 50px;
    display: block;
    border: 8px;
    background: #2f2f2f;
    color: #fff;
    text-indent: 1em;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

.footerR .FriendlyLinks select option {
    font-family: "HarmonyOS_Sans_SC_Light";
    color: #0b0500;
    background: #fff;
    cursor: pointer;
}

@media (max-width: 1470px) {
    .footerL {
        width: 65.3%;
    }

    .footerR {
        width: 30.2%;
    }
}

@media (max-width: 1350px) {
    .footer {
        padding: 60px 0 30px;
    }

    .footerL .footer_list {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .footerL .footer_bom {
        padding-top: 30px;
    }

    .footerL .footer_list .footer_box {
        margin-left: 50px;
    }

    .footerR .quote form {
        padding: 20px;
    }

    .footerR .Place {
        margin-top: 40px;
    }

    .footerR .FriendlyLinks {
        margin-top: 40px;
    }
}

@media (max-width: 1199px) {
    .footer {
        padding: 50px 0 20px;
    }

    .footerR {
        width: 33.2%;
    }

    .footerL .footer_list .footer_box {
        margin-left: 30px;
    }

    .footerR .Place {
        margin-top: 30px;
    }

    .footerR .Place .footera {
        font-size: 21px;
    }

    .footerR .Place .footerb {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 999px) {
    .footerL {
        width: 100%;
        margin-top: 30px;
    }

    .footerR {
        width: 100%;

    }

    .footer_logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footerL .footer_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .footerR .FriendlyLinks {
        margin-top: 20px;
    }

    .footerL .footer_list .footer_box p {
        width: 100%;
    }

    .footerL .footer_list .footer_box {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 12px;
    }

    .footerL .footer_list .footer_box p {
        margin-bottom: 16px;
    }

    .footerL .footer_list .footer_box a {
        color: #fff;
        margin-right: 30px;
        margin-bottom: 4px;
    }

    .footerL .footer_bom {
        color: #fff;
    }

    .footerL .footer_list {
        margin-top: 20px;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .footerL .footer_bom a {
        color: #fff;
    }
}

/* 分页器 */
.fyq ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fyq ul li {
    margin-right: 10px;
}

.fyq ul li:last-child {
    margin-right: 0;
}

.fyq ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
    color: #222;
    font-family: HarmonyOS_Sans_SC_Bold;
}

.fyq ul li a:hover {
    background: #ff5101;
    color: #fff;
}

.fyq ul li.active  a{
    background: #ff5101;
    color: #fff;
}

.fyq ul li a .fxlift {
    transform: rotate(-180deg);
}

@media (max-width: 1200px) {
    .fyq ul li a {
        width: 45px;
        height: 45px;
    }

    .fyq ul li {
        margin-right: 8px;
    }
}

@media (max-width: 768px) {
    .fyq ul li a {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .fyq ul li {
        margin-right: 5px;
    }

}

/* banner_b */
.banner_b {
    position: relative;
}

.banner_b_prc img {
    width: 100%;
    display: block;
    min-height: 70vh;
    object-fit: cover;
}

.banner_b_zi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
}

.banner_b_zi .banner_zi_top {
    font-size: 28px;
    font-family: HarmonyOS_Sans_SC_Medium;
    line-height: 1;
    /* color: #b9cdd9;*/
    color: #fff;
    opacity: 0.5;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.banner_zi_bom p {
    font-size: 50px;
    line-height: 60px;
    font-family: HarmonyOS_Sans_SC_Medium;
    color: #fff;
    letter-spacing: 1.5px;
}

.case_des_box1 {
    width: 100%;
    padding: 100px 0;
    background: #fff;
}

@media (max-width: 1600px) {
    .banner_b_zi .banner_zi_top {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .banner_zi_bom p {
        font-size: 46px;
        line-height: 55px;
    }
}

@media (max-width: 1400px) {
    .banner_b_zi .banner_zi_top {
        font-size: 20px;
        margin-bottom: 17px;
    }

    .banner_zi_bom p {
        font-size: 40px;
        line-height: 50px;
    }

    .banner_b_zi {
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 1200px) {
    .banner_b_zi .banner_zi_top {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .banner_zi_bom p {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .banner_b_zi .banner_zi_top {
        font-size: 13px;
        margin-bottom: 6px;
        opacity: 0.9;
    }

    .banner_zi_bom p {
        font-size: 25px;
        line-height: 35px;
    }


}

/* 标题通用 */
.scroll_i {
    display: flex;
}

.scroll_i .i_max {
    overflow: hidden;
    position: relative;
}

.scroll_i .i_max i {
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    top: -5%;
    transform-origin: 100% 50%;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.7);
}

.scroll_i.act_i .i_max i {
    animation: indppTitleRight 2.6s ease both;
}


/* QuotationPlan --报价 */
.QuotationPlan {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

.QuotationPlan.show {
    display: block;
    z-index: 999;
}

.QuotationPlan .QuotationPlan_bj {
    background: #f8f8f8;
    margin-top: calc(150vw * -1);
    margin-right: calc(150vw * -1);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    width: 0;
    height: 0;
    pointer-events: none;
    transition: all 0.8s;
    z-index: -1;
}

.QuotationPlan.show .QuotationPlan_bj {

    width: calc(max(150vw, 150vh) * 2);
    height: calc(max(150vw, 150vh) * 2);
}

.QuotationPlan .QuotationPlan_cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.QuotationPlan .QuotationPlan_cen .QuotationPlan_img {
    width: 50%;
    height: 100%;
    opacity: 0;
}

.QuotationPlan.show .QuotationPlan_cen .QuotationPlan_img {
    animation: myAnimation 0.5s ease 1s forwards;
}

.QuotationPlan .QuotationPlan_cen .QuotationPlan_img img {
    display: block;
    width: 100%;
    vertical-align: top;
    object-fit: cover;
    height: 100%;
}

.QuotationPlan .QuotationPlan_cen .QuotationPlan_form {
    width: 50%;
    height: 100%;
    overflow-y: auto;
    padding: 4% 5% 50px;
    position: relative;
    opacity: 0;
}

.QuotationPlan.show .QuotationPlan_cen .QuotationPlan_form {
    animation: myAnimation 0.3s ease 1.1s forwards;
}

.QuotationPlan .QuotationPlan_cen .QuotationPlan_form .QuotationPlan_form_close {
    position: absolute;
    right: 5%;
    top: 3%;
}

.QuotationPlan_form .QuotationPlan_form_close .iconfont {
    color: #000;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.QuotationPlan_form .QuotationPlan_form_close .iconfont:hover {
    color: #ff5101;
}

.QuotationPlan_form_title h6 {
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: normal;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.QuotationPlan_form_f {
    margin-top: 2rem;
}

.QuotationPlan_form_f form {
    display: block;
    width: 100%;
}

.QuotationPlan_form_f form .QuotationPlan_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.QuotationPlan_form_f form .QuotationPlan_top .input {
    width: 47%;
    position: relative;
    z-index: 3;
}

.QuotationPlan_top .input input {
    border: none;
    border-bottom: 1px solid #aaaaaa;
    height: 4rem;
    background: none;
    width: 100%;
    display: block;
    outline: none;
}

.QuotationPlan_top .input label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    line-height: 1;
    color: #888888;
    font-family: "HarmonyOS_Sans_SC_Medium";
    z-index: -1;
}

.QuotationPlan_top .input label span {
    color: #ff5101;
}

.QuotationPlan_Serve {
    width: 100%;
    margin-top: 1rem;
}

.QuotationPlan_Serve .QuotationPlan_Serve_top {
    font-size: 1.25rem;
    line-height: 3rem;
    color: #444444;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.QuotationPlan_Serve .QuotationPlan_Serve_top span {
    color: #ff5101;
}

.QuotationPlan_Serve .QuotationPlan_Serve_bom {
    display: flex;
    flex-wrap: wrap;
}

.QuotationPlan_Serve .QuotationPlan_Serve_bom .input {
    font-size: 1rem;
    line-height: 2rem;
    color: #555555;
    font-family: "HarmonyOS_Sans_SC_Medium";
    width: 33.3333%;
}

.QuotationPlan_Serve .QuotationPlan_Serve_bom .input label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.QuotationPlan_Serve .QuotationPlan_Serve_bom .input input {
    display: block;
    margin-right: 8px;
    accent-color: #ff5101;
    outline: none;
}

.QuotationPlan_describe {
    width: 100%;
    margin-top: 1rem;
}

.QuotationPlan_describe label {
    font-size: 1.25rem;
    line-height: 3rem;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #444444;
}

.QuotationPlan_describe textarea {
    display: block;
    width: 100%;
    border: 2px solid #dcdcdc;
    background: none;
    height: 4.125rem;
    padding: 0.5rem;
    outline: none;
    font-size: 1rem;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.QuotationPlan_Budget {
    margin-top: 1rem;
    width: 100%;
}

.QuotationPlan_Budget .Budget_tit {
    font-size: 1.25rem;
    line-height: 3rem;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #444444;
}

.QuotationPlan_Budget .Budget_bom {
    display: flex;
    flex-wrap: wrap;
}

.QuotationPlan_Budget .Budget_bom label {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 2rem;
    margin-right: 1.5rem;
    cursor: pointer;
}

.QuotationPlan_Budget .Budget_bom label:last-child {
    margin-right: 0;
}

.QuotationPlan_Budget .Budget_bom label input {
    display: block;
    margin-right: 8px;
    accent-color: #ff5101;
    outline: none;
    line-height: 1;
}

.QuotationPlan_describe {
    margin-top: 1rem;
    width: 100%;
}

.QuotationPlan_describe label {
    font-size: 1.25rem;
    line-height: 3rem;
    font-family: "HarmonyOS_Sans_SC_Medium";
    color: #444444;
}

.QuotationPlan_describe input {
    width: 100%;
    display: block;
    border: 2px solid #dcdcdc;
    background: none;
    height: 3rem;
    padding: 0.5rem;
    outline: none;
    font-size: 1rem;
    font-family: "HarmonyOS_Sans_SC_Medium";
}

.QuotationPlan_button {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cbd2dc;
    color: #444444;
    font-family: "HarmonyOS_Sans_SC_Medium";
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.QuotationPlan_button:hover {
    background: #ff5101;
    color: #fff;
}

@keyframes myAnimation {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1400px) {
    .QuotationPlan .QuotationPlan_cen .QuotationPlan_img {
        width: 40%;
    }

    .QuotationPlan .QuotationPlan_cen .QuotationPlan_form {
        width: 60%;
    }
}

@media (max-width: 1100px) {
    .QuotationPlan .QuotationPlan_cen .QuotationPlan_img {
        width: 30%;
    }

    .QuotationPlan .QuotationPlan_cen .QuotationPlan_form {
        width: 70%;
    }

    .QuotationPlan_form_title h6 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .QuotationPlan_form_f {
        margin-top: 1.5rem;
    }

    .QuotationPlan_top .input input {
        height: 3rem;
    }

    .QuotationPlan_Serve .QuotationPlan_Serve_bom .input label {
        font-size: .875rem;
    }

    .QuotationPlan_Serve .QuotationPlan_Serve_top {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .QuotationPlan_describe label {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .QuotationPlan_Budget .Budget_tit {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .QuotationPlan_Budget .Budget_bom label {
        font-size: .875rem;
    }
}

@media (max-width: 900px) {
    .QuotationPlan .QuotationPlan_cen .QuotationPlan_img {
        display: none;
    }

    .QuotationPlan.show .QuotationPlan_cen .QuotationPlan_form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .QuotationPlan_form_title h6 {
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .QuotationPlan_form_f {
        margin-top: 1rem;
    }

    .QuotationPlan_form_f form .QuotationPlan_top .input {
        width: 100%;
    }
}

@media (max-width: 570px) {
    .QuotationPlan_Serve .QuotationPlan_Serve_bom .input {
        width: 50%;
    }
}

