html, body {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.main {
    display: flex;
    flex-direction: column;
    min-width: 1900px;
}
.main .header{
   width: 100%;
   height: 864px;
   display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}
.main .header .top{
   background-color: rgba(236, 58, 78, 1);
   width:100%;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.main .header .top .bg{
   padding-top: 28px;
   padding-bottom: 28px;
   width: 65%;
   display: flex;
   justify-content: space-between;
}
.main .header .top .bg .left {
   display: flex;
   justify-content: center;
   align-items: center;
}
.main .header .top .bg .left img{
   width: 56px;
   height: 56px;
}
.main .header .top .bg .left .toptext{
   margin-left: 16px;
   font-size: 36px;
   font-family: Arial-BoldMT, Arial;
   font-weight: normal;
   color: #FFFFFF;
   line-height: 36px;
}
.main .header .top .bg .right{
   width: 240px;
   height: 64px;
   background-color: rgba(255, 255, 255, 1);
   border-radius: 8px;
   font-size: 32px;
   font-family: Arial-BoldMT, Arial;
   font-weight: normal;
   color: #FFFFFF;
   line-height: 64px;
   text-align: center;
}
.main .header .top .bg .right a {
   font-size: 32px;
   font-family: Arial-BoldMT, Arial;
   font-weight: normal;
   color: rgba(236, 58, 78, 1);
   line-height: 64px;
   text-align: center;
}
.main .header .headerTitle{
   margin-top: 128px;
   font-size: 56px;
   font-family: Arial-BoldMT, Arial;
   font-weight: normal;
   color: #EC3A4E;
   line-height: 1;
}
.main .header .headerContent{
   margin-top: 32px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.main .header .headerContent .headerContentLeft{
   display: flex;
   flex-direction: column;
   align-items: center;
}
.main .header .headerContent .headerContentLeft .headerContentTop{
   font-size: 24px;
   font-family: Arial-BoldMT, Arial;
   font-weight: bold;
   color: #000000;
   line-height: 42px;
   text-align: center;
}
.main .header .headerContent .headerContentLeft .headerContentBottom{
  margin: 80px auto 0;
  display: flex;
}
.main .header .headerContent .headerContentLeft .headerContentBottom .appStore{
   width: 245px;
   height: 72px;
}
.main .header .headerContent .headerContentLeft .headerContentBottom .GooglePlay{
   margin-left: 40px;
   width: 245px;
   height: 72px;
}
.main .header .headerContent .headerContentRight{
  width: 400px;
  height: 400px;
}
.center{
   height: 712px;
   background-color: rgba(236, 58, 78, 0.08);
   display: flex;
   justify-content: center;
   align-items: center;
}
.center img{
   width: 502px;
   height: 479px;
   margin-right: 69px;
}
.center .centerRight .text1{
   font-size: 40px;
   font-family: Arial-Black, Arial;
   font-weight: 900;
   color: #EC3A4E;
   line-height: 40px;
}
.center .centerRight .text2{
   margin-top: 40px;
   text-align: center;
   font-size: 24px;
   font-family: Arial-BoldMT, Arial;
   font-weight: bold;
   color: #000000;
   line-height: 48px;
}

.footer{
   height: 777px;
   background-color: rgba(255, 255, 255, 1);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.footer .footerTop {
   display: flex;
   justify-content: center;
   align-items: center;
}
.footer .footerTop .footerLeft{
   width: 690px;
   height: 273px;
   margin-right: 120px;
}
.footer .footerTop .footerRight {
   display: flex;
   flex-direction: column;
}
.footer .footerTop .footerRight .img1{
  width: 245px;
  height: 72px;
}
.footer .footerTop .footerRight .img2{
   margin-top: 64px;
   width: 245px;
   height: 72px;
 }
 .footer .footerBottom{
   margin-top: 56px;
  
   font-size: 24px;
   font-family: Arial-BoldMT, Arial;
   font-weight: bold;
   color: #000000;
   line-height: 48px;
 }






.main .bottom{
   width: 100%;
   background-color: rgba(236, 58, 78, 0.08);
   padding-top: 128px;
   padding-bottom: 128px;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.main .bottom .box {
   width: 60%;
}
.main .bottom .box .left .item1{
   font-size: 32px;
   font-family: Arial-BoldMT, Arial;
   font-weight: normal;
   color: #EC3A4E;
   line-height: 32px;
}
.main .bottom .box .left .item2{
   margin-top: 16px;
   font-size: 20px;
   font-family: ArialMT;
   color: #EC3A4E;
   line-height: 20px;
}
.main .bottom .box .left .item3{
   margin-top: 16px;
   font-size: 20px;
   font-family: ArialMT;
   color: #EC3A4E;
   line-height: 20px;
}
.main .bottom .box .right{
   margin-top: 48px;
}
.main .bottom .box .right .item1 {
   font-size: 20px;
   font-family: ArialMT;
   color: #EC3A4E;
   line-height: 20px;
}
.main .bottom .box .right .item2 {
   margin-top: 16px;
   font-size: 20px;
   font-family: ArialMT;
   color: #EC3A4E;
   line-height: 20px;
}
.main .bottom .box .right .item2 a{
   font-size: 20px;
   font-family: ArialMT;
   color: #EC3A4E;
   line-height: 20px;
}
.main .bottom .box .right .item3 a{
   font-size: 20px;
   font-family: ArialMT;
   color: #EC3A4E;
   line-height: 20px;
}
.main .bottom .box .right .item3 {
   margin-top: 16px;
   font-size: 20px;
   font-family: ArialMT;
   color: #EC3A4E;
   line-height: 20px;
}