*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}


a {
    text-decoration: none;
    color: #000;
}

ul,li {
    list-style: none;
}

.container{
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.banner{
    height: 620px;
    display: flex;
    padding: 0 60px;
    align-items: center;
}

.banner-info{
    width: 100%;
    text-align: center;
}

.banner-info h3{
    font-size: 68px;
    font-weight: bold;
    color: #ffff;
}

.banner-info p{
    font-size: 14px;
    margin: 30px 0 57px;
    color: #fff
}

.nav{
    width: 100%;
    height: 620px;
    background-image: url(../images/contact.png);
}
.navTab{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    line-height: 100px;
}
.navBanner{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.navBannerLeft{
    display: flex;
    align-items: center;
    gap: 16px;
}
.navBannerLeft img{
    width: 60px;
    height: 60px;
}
.navBannerLeft span{
    font-family: MiSans, MiSans;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}
.navBannerRight{
    display: flex;
    align-items: center;
}
.navBannerRight ul{
    display: flex;
    align-items: center;
    gap: 40px;
    color: #FFF;
}
.navBannerRight ul li a{
    font-family: Helvetica;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
}
.privacy{
    display: block;
    background: #FFFFFF;
    width: 112px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    /* margin-left: 40px; */
    border-radius: 8px;
    color: #333333;
}
.loginBox{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 85px;
    height: 40px;
    background: #222221;
    border-radius: 8px;
    display: flex;
    color: #F8F8F8;
    margin-left: 40px;
    cursor: pointer;
    opacity: 0.7;
}
.loginBox img{
    width: 20px;
    height: 20px;
}
.navTitle{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 800;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 88px;
    text-align: center;
    font-style: normal;
    margin-top: 120px;
}
.navText{
    width: 800px;
    margin: 0 auto;
    margin-top: 16px;
    /* height: 96px; */
    font-family: Helvetica;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}
.navBox{
    width: 650px;
    margin: 0 auto;
    margin-top: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navBoxLabel{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 300px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 32px;
    box-sizing: border-box;
    padding-left: 20px;
}
.product{
    width: 100%;
    box-sizing: border-box;
}
.products{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

}
.productLabels{
    width: 300px;
    height: 60px;
    background-color: #FFF;
    border-radius: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    padding-left: 25px;
}
.productLabel{
    width: 800px;
    /* height: 199px; */
    margin: 0 auto;
    background-image: url(../images/productOne.png);
    box-sizing: border-box;
    padding: 40px;
    background-size: 100% 100%; /* 图片将被拉伸以完全填充容器 */
    background-repeat: no-repeat; /* 防止图片重复 */
    background-position: center center; /* 可选：使图片居中 */
    margin-bottom: 30px;
}
.two{
    background-image: url(../images/productTwo.png);
}
.three{
    background-image: url(../images/productThree.png);
}
.four{
    background-image: url(../images/productFour.png);
}
.productLabelTitle{
    font-family: ToppanBunkyuMidashiGothicStdN, ToppanBunkyuMidashiGothicStdN;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}
.productLabelText{
    width: 579px;
    height: 51px;
    font-family: Helvetica;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    padding-bottom: 30px;
}
.productTitle{
    width: 328px;
    height: 88px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 800;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 88px;
    text-align: center;
    font-style: normal;
}
.country-code {
  position: absolute;
  left: 35px;
  top: 7px;
  height: 30px;
  border: none;
  background: transparent;
  font-size: 14px;
}