
.container{
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.banner{
    height: 738px;
    display: flex;
    padding: 0 60px;
    align-items: center;
}

.banner-info{
    width: 533px;
}

.banner-info h3{
    font-size: 68px;
    font-weight: bold;
    color: #ffff;
}

.banner-info p{
    font-size: 14px;
    margin: 30px 0 57px;
    color: #fff
}

.banner-btns{
    display: flex;
}

.btn-google, .btn-appstore{
    display: block;
    width: 168px;
    height: 50px;
    background-size: 100% 100%;
    margin-right: 15px;
}

.btn-google{
    background-image: url(../images/btn-google.png);
}

.btn-appstore{
    background-image: url(../images/btn-appstore.png);
}

.section{
    padding: 60px 0;
}

.section.gray{
    background-color: #F8F8F8;
}

.section-title{
    margin-bottom: 60px;
}

.section-title h3{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.whyChoose .wrapper{
    width: 1468px;
    background-image: url(../images/why-choose-bg.png);
    background-size: 100% 100%;
    padding: 60px 0;
}


.reasons{
    display: flex;
    justify-content: space-around;
    margin-bottom: 16px;
}

.reason-item{
    width: 420px;
    text-align: center;
}

.reason-cover{
    width: 198px;
    margin: 0 auto;
}

.reason-cover img{
    border-radius: 30px;
}

.reason-info{
    padding: 30px 0 0;
}

.reason-title{
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

.reason-desc{
    font-size: 14px;
    color: #666;
}


.products{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.products::after{
    content: '';
    content: '';
    display: block;
    width: calc((100% - 1600px) / 2);
    height: calc(100% - 120px);
    position: absolute;
    right: 0;
    background-color: #F6F6F6;
}

.products .wrapper{
    width: 1600px;
}

.products-wrapper{
    display: flex;
    justify-content: space-between;
}

.products .section-title h3{
    font-size: 50px;
    text-align: left;
}

.product-r{
    margin-left: 80px;
    position: relative;
}

.product-r::before{
    content: '';
    display: block;
    width: 91px;
    height: 465px;
    background-color: #0A66FF;
    border-radius: 11px;
    position: absolute;
    z-index: 2;
    left: -24px;
    top: 118px;
}

.product-box{
    padding: 40px 80px 80px 80px;
    background-color: #F6F6F6;
    border-radius: 46px 0 0 46px;
    position: relative;
    z-index: 3;
}

.product-item{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 90px;
}

.product-item:last-child{
    margin-bottom: 0;
}

.product-dot{
    display: block;
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
    flex: none;
    margin-right: 48px;
}

.product-dot.dot-1{
    background-image: url(../images/dot-1.png);
}

.product-dot.dot-2{
    background-image: url(../images/dot-2.png);
}

.product-dot.dot-3{
    background-image: url(../images/dot-3.png);
}

.product-info h3{
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 8px;
}

.product-info p{
    font-size: 14px;
}


.service{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    background-color: #F6F6F6;
    border-radius: 53px;
    padding: 30px 30px 30px 60px;
}

.service-cover{
    width: 640px;
}

.service-l{
    margin-right: 40px;
}

.service-l li{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.service-l li:last-child{
    margin-bottom: 0;
}

.service-l li .dot{
    flex: none;
    display: block;
    text-align: center;
    margin-right: 20px;
}

.service-l li p{
    font-size: 14px;
    line-height: 17px;
    color: #666;
}

.service-cover {
    position: relative;
}

.service-cover p{
    color: #fff;
    font-size: 47px;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.country-code {
  position: absolute;
  left: 35px;
  top: 7px;
  height: 30px;
  border: none;
  background: transparent;
  font-size: 14px;
}