﻿@import url("https://css02.v15cdn.com/m432/message.css");
.home-consultation{background-color:var(--color)}
.home-consultation .box{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;padding:20px 0}
.home-consultation .title{color:#fff;font-weight:var(--fontbold6);font-size:var(--fontsize28)}
.home-consultation .title span{color:var(--color1);font-size:42px;line-height:1}
.home-consultation .phone{font-size:42px;color:#fff;font-weight:var(--fontbold6)}
.home-consultation .home-more:hover{border-color:#fff}
.home-consultation .home-more{min-width:140px;padding:0 20px;height:40px;border-radius:30px;border:1px solid #fff;color:var(--color);background:#fff;border:1px solid #fff;text-transform:capitalize;display:inline-flex;align-items:center;justify-content:center;transition:all .1s linear;font-size:var(--fontsize18);position:relative;line-height:1}
.home-consultation .home-more:hover{color:#fff;background-color:transparent;text-decoration:none}
.home-consultation .home-more em{margin-left:10px;font-size:var(--fontsize16);transform:rotate(-45deg);line-height:1;transition:all .1s linear}
.home-consultation .home-more:hover em{transform:rotate(0)}
@media (max-width:768px){.home-consultation .title{font-size:var(--fontsize18)}
.home-consultation .title span{font-size:var(--fontsize24)}
.home-consultation .phone{font-size:var(--fontsize28)}
.home-consultation .home-more{min-width:160px;height:45px}}
@media (max-width:500px){.home-consultation .phone{margin:10px 0}}


.home-contact{padding:4% 0;background-size:cover;background-repeat:no-repeat;background-position:right}
.home-contact .inquiry-box{width:50%;background-color:var(--color);padding:40px 50px;color:#fff;border-radius:var(--borderradius)}
.home-contact .inquiry-box .home-tip{text-align:left;color:#fff}
.home-contact .inquiry-box .home-title{text-align:left}
.home-contact .inquiry-box .txt{font-size:var(--fontsize16)}
.home-contact .wmkcfeedback{margin-top:20px}
.home-contact .wmkcfeedback .wmkcfb-fileupload,.home-contact .wmkcfeedback input{height:48px}
.home-contact .wmkcfeedback textarea{height:120px}
.home-contact .wmkcfeedback .wmkcfb-fileupload,.home-contact .wmkcfeedback input,.home-contact .wmkcfeedback textarea{background-color:transparent;border-radius:var(--borderradius);margin-bottom:16px;color:#fff;font-size:var(--fontsize14)}
.home-contact .wmkcfeedback .wmkcfb-fileupload::placeholder,.home-contact .wmkcfeedback input::placeholder,.home-contact .wmkcfeedback textarea::placeholder{color:#fff}
.home-contact .wmkcfeedback .send-btn{border-color:#fff;width:100%;background-color:#fff;color:var(--color);font-weight:var(--fontbold6);border-radius:var(--borderradius)}
.home-contact .wmkcfeedback .send-btn:hover{background-color:var(--color1);color:#fff;border-color:var(--color1)}
.home-helpcenter{padding:2% 0 4% 0}
@media (max-width:1024px){.home-contact .inquiry-box{width:60%}}
@media (max-width:768px){.home-contact .inquiry-box{width:100%}
.home-helpcenter{padding:40px 0}
}

@media screen and (max-width:500px){.home-contact .inquiry-box{padding:20px}}
.home-banner .swiper-slide>a::after{display: none;}