html, body {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 1900px;
}
 a {
   text-decoration: none;
}
.main {
    display: flex;
    flex-direction: column;
    position: relative;
}
 .header{
   width: 100%;
   background-color: rgba(68, 233, 117, 1);
   padding-top: 16px;
   padding-bottom: 16px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: fixed;
   top: 0;
   left: 0;
}
.header .headerRow{
   width: 60%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.header .headerRow .headerRowTitle{
   display: flex;
   align-items: center;
}

.header .headerRow .headerRowTitle .headerRowLogo{
   width: 284px;
   height: 56px;
}
.header .headerRow .headerRowTitle .headerRowText{
   font-size: 36px;
   font-family: Arial-BoldMT, Arial;
   font-weight: normal;
   color: #333333;
   line-height: 36px;
}

.header .headerRow .right .contact{
   font-size: 32px;
   font-family: ArialMT;
   color: #303030;
   line-height: 32px;
   text-decoration: underline;
} 



.top{
    width: 100%;
    padding: 168px 0 96px ;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top .topImg {
   width: 480px;
   height: 982px;
   margin-right: 113px;
}
.top .topRight .topRightImgs{
   display: flex;
   align-items: center;
}
.top .topRight .topRightImgs .store{
   width: 245px;
   height: 72px;
}
.top .topRight .topRightText1{
   margin-top: 120px;
   font-size: 28px;
   font-family: Arial-Black, Arial;
   font-weight: 900;
   color: rgba(0,0,0,0.72);
   line-height: 42px;
}
.top .topRight .topRightText2{
   margin-top: 40px;
   font-size: 24px;
   font-family: PingFangSC-Medium, PingFang SC;
   font-weight: 500;
   color: rgba(0,0,0,0.72);
   line-height: 36px;
}
.top .topRight .topRightText3{
   margin-top: 156px;
   font-size: 28px;
   font-family: Arial-Black, Arial;
   font-weight: 900;
   color: rgba(0,0,0,0.72);
   line-height: 42px;
}
.top .topRight .topRightText4{
    margin-top: 40px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0,0,0,0.72);
    line-height: 36px;
}
.centerImg{
   width: 100%;
   height: 280px;
}

.bottom{
   width: 100%;
   padding: 160px 0 120px;
   background-color: #FFFFFF;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.bottom .bottomImgs{
   display: flex;
   justify-content: center;
   align-items: center;
}
.bottom .bottomImgs .bottomImg1{
   width: 690px;
   height: 288px;
   margin-right: 121px;
}
.bottom .bottomImgs .bottomRightImgs{
   display: flex;
   flex-direction: column;
}
.bottom .bottomImgs .bottomRightImgs .store{
   width: 245px;
   height: 72px;
}
.bottom .bottomText {
   margin-top: 104px;
   font-size: 24px;
   font-family: Arial-BoldMT, Arial;
   font-weight: normal;
   color: #000000;
   line-height: 48px;
   text-align: center;
   font-weight: bold;
}

.bottomImg2{
   width: 100%;
   height: 280px;
}

.footer{
   width: 100%;
   padding-top: 160px;
   padding-bottom: 122px;
   background-color: #ffffff;
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.footer .contact{
   width: 60%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.footer .contact .left .title{
   font-size: 32px;
   font-family: Arial-BoldMT, Arial;
   font-weight: normal;
   color: rgba(41, 38, 38, 1);
   line-height: 32px;
}
.footer .contact .left .text1{
   margin-top: 32px;
   font-size: 20px;
   font-family: ArialMT;
   color: rgba(41, 38, 38, 1);
   line-height: 20px;
}
.footer .contact .right .title{
   font-size: 20px;
   font-family: ArialMT;
   color: rgba(41, 38, 38, 1);
   line-height: 20px;
}
.footer .contact .right .text1{
   margin-top: 32px;
}
.footer .contact .right .text1 a{
   width: 125px;
   height: 20px;
   font-size: 20px;
   font-family: ArialMT;
   color: rgba(41, 38, 38, 1);
   line-height: 20px;
   text-decoration: underline;
}
.footer .contact .right .text2{
   margin-top: 32px;
}
.footer .contact .right .text2 a{
   width: 125px;
height: 20px;
font-size: 20px;
font-family: ArialMT;
color: rgba(41, 38, 38, 1);
line-height: 20px;
text-decoration: underline;
}