@import url('../../common/css/landingPage.css');
.svgIconBg {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block;
    display: none;
}

.pageWidth {
    width: 100%;
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.buttonWhite,
.buttonBlack {
    background: #fff;
    padding: 20px 55px;
    color: #1a1a1a;
    text-transform: uppercase;
    float: left;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 0.4px;
}

.buttonBlack {
    background: #1a1a1a;
    color: #fff;
}

.buttonBlack span {
    display: inline-block;
}

.banner {
    width: 100%;
    height: 893px;
    padding-bottom: 50px;
    position: relative;
    float: left;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    background: #000;
}

.banner .header {
    width: 100%;
    height: 66px;
    position: fixed;
    padding: 28px 0 0;
    z-index: 999
}

.banner .header.headerBgColor {
    background: #000;
}

.banner .btns {
    text-align: center;
    width: 100%;
    max-width: 1124px;
    margin: 0 auto;
}

.banner .btns .buttonBlack {
    width: 536px;
    padding: 19px 0;
    margin: 13px;
    cursor: pointer;
}

.banner h1 {
    width: 100%;
    max-width: 939px;
    margin: 0 auto;
    font-size: 74px;
    line-height: 80px;
    padding-top: 440px;
    font-weight: bold;
}

.banner h2 {
    font-size: 40px;
    line-height: 42px;
    padding: 20px 0 30px 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-weight: normal;
}

.banner h1,
.banner h2 {
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

.banner .noSugarTips {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 14px;
}

.banner .topNavLeft a,
.banner .topNavRight a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.4px;
}

.banner .topNavLeft a:hover,
.banner .topNavRight a:hover {
    text-decoration: underline;
}

.banner .topNavLeft a {
    padding-right: 25px;
}

.banner .topNavLeft a sup {
    font-size: 12px;
    margin: -3px 0 0 3px;
    position: absolute;
}

.banner .topNavRight a {
    padding-left: 25px;
}

.banner .topNavLeft {
    float: left;
}

.banner .topNavRight {
    float: right;
    display: flex;
    justify-content: flex-start;

}

.bBanner.banner .topNavRight {
    padding-top: 10px;
}

.banner .topLogo {
    width: 220px;
    height: 37px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 22px;
    margin-left: -119px;
}

.banner .topLogo a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    background-size: cover;
}

.features {
    width: 100%;
    background: #1a1a1a;
    float: left;
    padding: 57px 0;
    color: #fff;
}

.features ul {
    width: 100%;
    display: flex;
}

.features ul li:nth-child(1) {
    width: 20%;
}

.features ul li:nth-child(2) {
    width: 20%;
}

.features ul li:nth-child(3) {
    width: 20%;
}

.features ul li:nth-child(4) {
    width: 20%;
}

.features ul li:nth-child(5) {
    width: 20%;
}

.features i {
    margin: 0 auto;
    display: block;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center center
}

.features i.featuresIco01 {
    background-size: 66px auto;
    width: 66px;
}

.features i.featuresIco02 {
    background-size: 59px auto;
    width: 59px;
}

.features i.featuresIco03 {
    background-size: 71px auto;
    width: 71px;
}

.features i.featuresIco04 {
    background-size: 69px auto;
    width: 69px;
}

.features i.featuresIco05 {
    background-size: 69px auto;
    width: 69px;
}
.features i.featuresIco06 {
    background-size: 69px auto;
    width: 69px;
}

.features ul li>div {
    margin: 10px;
    text-align: center;
}

.features ul li>div span {
    font-size: 22px;
    line-height: 32px;
}

.features ul li>div p {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.features ul li>div p sup {
    font-size: 26px;
    position: absolute;
    margin-top: 1px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 11px;
    height: 11px;
}

.copyRight {
    color: #fff;
    font-size: 14px;
    width: 100%;
    float: left;
    background: #1a1a1a;
    text-align: center;
    line-height: 24px;
    padding:30px 0 30px 0;
  border-top: 1px solid #333;
}

.copyRight a {
    color: #fff;
    text-decoration: underline;
}

.copyRight p {
    .publicFont1;
    letter-spacing: 0.4px;
}

.mobileBtn {
    display: none;
}

.mActive {
    background: #000;
    width: 100%;
    height: 61px;
}

.mActive .mobileMenu {
    display: block;
}

.mobileMenu {
    display: block;
    position: absolute;
    width: 100vw;
    top: 55px;
    left: 0px;
    background: #1A1A1A;
    overflow: hidden;
    padding: 10px 0;
    z-index: 99;
    display: none;
}

.mask {
    display: block;
    content: '';
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0;
    right: 0;
    z-index: -1;
    background: rgba(0,0,0,0.5);
}

.mobileMenu li {
    text-align: center;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    text-transform: uppercase;
}

.mobileMenu li a {
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
}

.mobileMenu li a sup {
    margin: -4px -6px 0 0;
    position: absolute;
    padding: 0 0 0 3px;
    font-size: 12px;
}

.bBanner.banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.bBanner.banner .topLogo{
    width: 220px;
    height: 37px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: inherit;
    margin: 0;
    float: left;
}
.bBanner.banner .topNavLeft {
    float: right;
    padding-top: 10px;
}
.bBanner.banner h1, .bBanner.banner h2, .bBanner.banner p{
    font-size: 56px;
    text-align: left;
    width: 100%;
    max-width: 679px;
    float: left;
}
.bBanner.banner p{
    font-weight: bold;
}
.bBanner.banner h2{
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 24px;
}
.bBanner.banner h1, .bBanner.banner p{
    padding-top: 207px;
}
.bBanner.banner .btns{
    margin: 0px;
    max-width: 536px;
}
.bBanner.banner .noSugarTips{
    max-width: 536px;
    float:none;
}
.bBanner.banner .btns .buttonBlack{
    margin:15px 0;
    position: relative;
    padding: 0;
    height: 45px;
    line-height: 45px;
}
.bBanner.banner .topNavRight a{
    padding-left: 36px;
    font-weight: bold;
}
.bBanner.banner .topNavLeft a{
    margin-left: 11px;
    font-weight: bold;
}
@media screen and (max-width: 820px) {
    .aTopSignUp{
        display:none;
    }
    .bBanner.banner{
        padding-bottom: 30px;
        background-size: cover;
    }
    .bBanner.banner .topLogo{
        width: 197px;
        height: 33px;
        position: absolute;
        top: 17px;
        left: 46%;
        margin-left: -85px;
    }
    .bBanner.banner h1, .bBanner.banner p {
        padding-top: 299px;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.8px;
        max-width: 279px;
        margin: 0 auto;
        float: none;
    }
    .bBanner.banner h2{
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }
    .bBanner.banner .btns {
        margin: 0px auto;
        max-width: 343px;
    }
    .bBanner.banner .btns .buttonBlack {
        margin: 8px 0;
        font-weight: bold;
    }
    .bBanner.banner .noSugarTips {
        float: left;
        padding-top: 30px;
    }
    .bBanner.banner .header{
        background: none;
    }
}

@media screen and (max-width: 1280px) {
    .banner .header {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .pageWidth{
        max-width: 1220px;
    }
}

@media screen and (max-width: 1200px) {
    .banner .btns {
        max-width: 536px;
    }

    .banner .btns .buttonBlack {
        width: 100%;
    }

    .banner h1 {
        padding-top: 370px;
    }
}

@media screen and (max-width: 1024px) {
    .banner .topNavLeft a {
        padding-right: 15px;
    }

    .banner h1 {
        padding-top: 290px;
    }
}

@media screen and (max-width: 820px) {
    * {
        touch-action: pan-x pan-y;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
        -webkit-touch-callout: none;
    }
    
    .pcShow {
        display: none;
    }

    .pageWidth{
        padding: 0 16px;
    }

    .banner .header {
        padding: 0px 0 15px 0;
        z-index: 999;
    }
    .downloadBtnsMobile {
        display: flex;
    }

    .banner .topNavRight a {
        font-size: 14px;
    }

    .satisfied ul li img {
        width: 100vw;
        height: 100%;
        margin: 0 -20px;
        max-width: none;
        max-height: none;
    }

    .buttonWhite,
    .buttonBlack {
        font-size: 15px;
    }

    .mobileBtn {
        display: block;
        width: 20px;
        float: left;
        margin: 19px 0 0 0;
        z-index: 999;
        position: relative;
    }

    .mobileBtn span {
        width: 100%;
        height: 2px;
        margin: 3px 0;
        background: #fff;
        display: block;
    }
    .banner .topNavRight,
    .bBanner.banner .topNavRight  {
        padding-top: 18px;
        z-index: 999;
        position: relative;
    }

    .banner .topNavRight a {
        line-height: 26px;
    }

    .banner {
        height: auto;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .banner .topNavRight a.topSignUp {
        display: none;
    }

    .banner .topNavLeft {
        display: none;
    }

    .banner h1 {
        width: 100%;
        max-width: 279px;
        margin: 0 auto;
        padding-top: 299px;
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
    }

    .banner h2 {
        width: 100%;
        max-width: 265px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 25px;
        padding: 8px 0 28px 0;
        letter-spacing: 0.4px;
    }

    .banner .btns {
        max-width: 343px;
    }

    .banner .btns .buttonBlack {
        width: 100%;
        max-width: 343px;
        height: 66px;
        font-size: 13px;
        line-height: 21px;
        padding: 0px 45px;
        position: relative;
        border: 1px solid #fff;
        color: #fff;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 16px auto;
        font-family: Hind-Medium, Arial, Helvetica, sans-serif;
        box-sizing: border-box;
    }

    .banner .noSugarTips {
        padding: 16px 0 0 0;
        color: #fff;
        font-size: 13px;
    }
    .features {
        padding: 69px 0 30px 0;
    }

    .features ul {
        display: block;
    }

    .features ul li,
    .features ul li:nth-child(1),
    .features ul li:nth-child(2),
    .features ul li:nth-child(3),
    .features ul li:nth-child(4),
    .features ul li:nth-child(5) {
        width: 50%;
    }

    .features i {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .features ul li {
        padding-bottom: 50px;
    }

    .features ul li>div {
        margin: 0px;
        width: 100%;
        text-align: center;
    }

    .features ul li>div span {
        font-size: 18px;
        line-height: 27px;
        padding-top: 5px;
    }

    .features ul li>div p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 4px;
        position: relative;
    }
    .copyRight p,
    .copyRight p a {
        color: rgba(255, 255, 255, 0.6);
    }
    .copyRight {
        padding: 20px 0;
        text-align: left;
    }
}

.publicFooter {
    background-color: #111111;
    padding: 50px 0;
    color: #afafaf;
}

.publicFooter .content {
    max-width: 1000px;
    position: relative;
    min-height: 160px;
    margin: auto;
}

.publicFooter .lbox {
    margin-right: 155px;
}

.publicFooter .lboxSty1 {
    margin-right: 0;
    padding-right: 0;
}

.publicFooter .rbox {
    position: absolute;
    right: -35px;
    top: 0;
    height: 100%;
    width: 200px;
    border-left: 1px solid #666666;
    box-sizing: border-box;
    padding-left: 49px;
}

.publicFooter .rbox h5 {
    line-height: 22px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}

.publicFooter .rbox .download {
    overflow: hidden;
    margin-top: 15px;
    padding-bottom: 35px;
}

.publicFooter .rbox .download a {
    display: block;
    width: 130px;
    height: 38px;
    float: left;
    color: #afafaf;
    margin-right: 18px;
}

.publicFooter .rbox .download .ios {
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-image: url(../../common/svgs/btnAppStore.svg);
    background-size: 100% 100%;
    background-position: center;
}
.publicFooter .rbox .download .googleplay {
    background-repeat: no-repeat;
    background-image: url(../../common/svgs/btnGoogle.svg);
    background-size: 100% 100%;
    background-position: center;
}

.publicFooter .rbox .socials {
    overflow: hidden;
    margin: 14px 0 0 0;
}

.publicFooter .rbox .socials a {
    display: block;
    float: left;
    height: 25px;
    width: 25px;
    color: #afafaf;
    margin: 0 5px 0 0;
    cursor: pointer;
    overflow: hidden;
    background-color: #afafaf;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.publicFooter .rbox .socials a:hover {
    background-color: #ffffff;
}

.publicFooter .rbox .socials a:last-child {
    margin-right: 0;
}

.publicFooter .rbox .socials a.iconfacebook {
    margin-left: -7px;
    -webkit-mask-image: url(../../common/svgs/facebook.svg);
    mask-image: url(../../common/svgs/facebook.svg);
}

.publicFooter .rbox .socials a.icontwitter {
    -webkit-mask-image: url(../../common/svgs/twitter.svg);
    mask-image: url(../../common/svgs/twitter.svg);
}

.publicFooter .rbox .socials a.iconins {
    -webkit-mask-image: url(../../common/svgs/ins.svg);
    mask-image: url(../../common/svgs/ins.svg);
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 8px;
}

.publicFooter .rbox .socials a.iconpinterest {
    -webkit-mask-image: url(../../common/svgs/pinterest.svg);
    mask-image: url(../../common/svgs/pinterest.svg);
}

.publicFooter .rbox .socials a.iconyoutube {
    -webkit-mask-image: url(../../common/svgs/youtube.svg);
    mask-image: url(../../common/svgs/youtube.svg);
}

.publicFooter .rbox .socials a.icontiktok {
    height: 18px;
    width: 18px;
    margin-top: 3px;
    margin-left: 3px;
    -webkit-mask-image: url(../../common/svgs/tiktok.svg);
    mask-image: url(../../common/svgs/tiktok.svg);
}

.publicFooter .fnav {
    font-size: 14px;
    line-height: 25px;
}

.publicFooter .fnav p,
.publicFooter .fnav span {
    margin: 0 0 6px 0;
    user-select: none;
    color: #afafaf;
    width: 25%;
    display: block;
    line-height: 16px;
    float: left;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
}

.publicFooter .fnav a,
.publicFooter .powByMM a {
    cursor: pointer;
    color: #ffffff;
}

.publicFooter .fnav a:hover,
.publicFooter .powByMM a:hover,
.publicFooter .fnav span:hover {
    text-decoration: underline;
    color: #fff;
}

.publicFooter .siteInfo {
    color: #afafaf;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 0 0 0;
    clear: both;
}

.publicFooter .siteInfo p {
    margin-bottom: 10px;
}

.publicFooter .siteInfo a.foot_pp {
    text-decoration: underline;
    color: #939393;
}

.publicFooter .siteInfo a.foot_pp:hover {
    color: #afafaf;
}

@media screen and (max-width: 1000px) {
    .publicFooter .content {
        margin: 0 15px;
    }

    .publicFooter .lbox {
        margin-right: 0;
        padding-right: 0;
    }

    .publicFooter .rbox {
        margin-top: 30px;
        position: inherit;
        left: 0;
        padding-left: 0;
        border-left: 0;
        height: auto;
    }
}

@media screen and (max-width: 600px) {

    .publicFooter .fnav p,
    .publicFooter .fnav span {
        width: 100%;
    }

    .publicFooter .advertise {
        display: none;
    }
}

@media screen and (max-width: 400px) {

    .publicFooter .fnav p,
    .publicFooter .fnav span {
        width: 100%;
    }

    .publicFooter .advertise {
        display: none;
    }
}

.seoContainer .landingPageDetail img {
    float: left;
    margin-right: 16px;
}
.featuresb {
    width: 100%;
    background: #1a1a1a;
    float: left;
    padding: 57px 0;
    color: #fff;
    margin-bottom: 43px;
}

.featuresb ul {
    width: 100%;
    display: flex;
}

.featuresb ul li:nth-child(1) {
    width: 20%;
}

.featuresb ul li:nth-child(2) {
    width: 20%;
}

.featuresb ul li:nth-child(3) {
    width: 20%;
}

.featuresb ul li:nth-child(4) {
    width: 20%;
}

.featuresb ul li:nth-child(5) {
    width: 20%;
}

.featuresb i {
    margin: 0 auto;
    display: block;
    height: 75px;
    background-repeat: no-repeat;
    background-position: center center
}

.featuresb i.featuresIco01 {
    background-size: 66px auto;
    width: 66px;
}

.featuresb i.featuresIco02 {
    background-size: 59px auto;
    width: 59px;
}

.featuresb i.featuresIco03 {
    background-size: 71px auto;
    width: 71px;
}

.featuresb i.featuresIco04 {
    background-size: 69px auto;
    width: 69px;
}

.featuresb i.featuresIco05 {
    background-size: 69px auto;
    width: 69px;
}
.featuresb i.featuresIco06 {
    background-size: 69px auto;
    width: 69px;
}

.featuresb ul li>div {
    margin: 10px;
    text-align: center;
}

.featuresb ul li>div span {
    font-size: 22px;
    line-height: 32px;
}

.featuresb ul li>div p {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 28px;
}

.featuresb ul li>div p sup {
    font-size: 26px;
    position: absolute;
    margin-top: -3px;
    margin-left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 11px;
    height: 11px;
}
.landingFooter .content {
    max-width: 1260px;
}
.landingFooter .fnav.fnavFooter {
    display: flex;
    justify-content: space-between;
    width: 100%;

}
.landingFooter .fnav.fnavFooter #footer-location #moreLink,
.landingFooter .fnav.fnavFooter #footer-location #lessLink {
    text-decoration: underline;
}

.landingFooter .fnav.fnavFooter dl dt{
    padding-bottom: 11px;
    font-weight: bold;
    font-size: 18px;
}
.landingFooter .fnav.fnavFooter dl dd a sup {
    background-image: url(../img/R.png);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 17px;
    height: 13px;
    display: inline-block;
}
.landingFooter .fnav.fnavFooter dl:nth-child(1){
    width: 23%;
}
.landingFooter .fnav.fnavFooter dl:nth-child(2){
    width: 17%;
}
.landingFooter .fnav.fnavFooter dl:nth-child(3){
    width: 17%;
}
.landingFooter .fnav.fnavFooter dl:nth-child(4){
    width: 17%;
}
.landingFooter .fnav.fnavFooter dl:nth-child(5){
    width: 25%;
}
.locationArea{
    padding: 0 0 33px;
    cursor: pointer;
    width: 100%;
}
.locationArea{
    font-size: 18px;
    line-height: 29px;
    color: #0f0f0f;
    text-align: left;
}
.locationTitle{
    font-size: 32px;
    line-height: 51px;
    font-weight: bold;
    color: #0f0f0f;
    margin-top: 32px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 0 0 32px;
}
.locationTitle span {
    font-weight: bold;
}
.profileList ul {
    list-style-type: none;
    padding: 0;
}

.profileList ul li {
    margin: 31px 0 42px;
    display: inline-block;
}

.profileList ul li .profileListItem1 {
    display: flex;
}

.profileList ul li .profileListItem1 .avatar img {
    width: 190px;
    height: 190px;
    border-radius: 4px;
}

.profileList ul li .profileListItem1 .infomationArea {
    margin-left: 25px;
}

.profileList ul li .profileListItem1 .infomationArea .infomationAreaHeader {
    display: flex;
}

.profileList ul li .profileListItem1 .infomationArea h3 {
    font-weight: bold;
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    margin-right: 30px;
    width: 180px;
}

.profileList ul li .profileListItem1 .infomationArea p {
    font-family: inherit;
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
}

.profileList ul li .profileListItem1 .infomationArea .static {
    color: #58C389;
}

.profileList ul li .profileListItem1 .infomationArea .btnPC {
    font-weight: bold;
    background: #0f0f0f;
    font-size: 18px;
    line-height: 41px;
    color: #fff;
    width: 126px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 33px;
    cursor: pointer;
}

.profileList ul li .profileListItem1 .infomationArea .btnPC a {
    color: #fff;
}

.profileList ul li .profileListItem1 .ageArea .age {
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    font-family: inherit;
}

.profileList ul li .profileListItem1 .btnMobile {
    display: none;
}

.profileList ul li .profileListItem2 {
    margin-top: 25px;
}

.profileList ul li .profileListItem2 h3 {
    font-weight: bold;
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    width: 480px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profileList ul li .profileListItem2 p {
    font-family: inherit;
    color: #0f0f0f;
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 480px;
}

.profileList ul li:nth-child(1) {
    margin-top: 89px;
}

.profileList ul li:nth-child(2n) {
    width: 43%;
}

.profileList ul li:nth-child(2n+1) {
    width: 56%;
}

.profileList ul li:last-child {
    border: none;
}

.profileList .viewMore {
    font-size: 18px;
    line-height: 32px;
    color: #999;
    text-align: center;
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.profileList .viewMore .viewMoreBtn {
    width: 11px;
    height: 11px;
    margin: 10px 0 0 5px;
}

.mainText {
    background: #FCFBF9;
    padding-bottom: 80px;
}

.mainText h1,
.mainText h2 {
    font-size: 32px;
    line-height: 51px;
    font-weight: bold;
    color: #0f0f0f;
    margin: 0 0 33px;
    padding-top: 33px;
}

.mainText h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    color: #0f0f0f;
    margin: 32px 0 24px;
}

.mainText h4 {
    font-size: 18px;
    line-height: 29px;
    font-weight: bold;
    color: #0f0f0f;
    margin: 32px 0 16px;
}

.mainText p {
    font-size: 16px;
    line-height: 30px;
    color: #0f0f0f;
    margin-bottom: 20px;
}

.mainText p strong {
    font-weight: bold;
}
.mainText ul,
.mainText ol {
    margin-top: 15px;
}
.mainText ul li,
.mainText ol li {
    font-size: 16px;
    line-height: 30px;
}
.mainText ul li {
    list-style: disc inside;
}

.mainText ol li {
    list-style: decimal inside;
}

.mainText img {
    max-width: 1000px;
}

.mainText a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.mainText .btn_wrap {
    text-align: center;
}

.mainText .signUpNow {
    width: 228px;
    height: 50px;
    font-size: 16px;
    line-height: 51px;
    color: #fff;
    margin: 87px auto 0;
    text-align: center;
    background: #0f0f0f;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.relatedPosts {
    background: #FCFBF9;
    padding: 42px 0;
}

.relatedPosts h2 {
    font-weight: bold;
    color: #0f0f0f;
    font-size: 32px;
    line-height: 51px;
    margin: 0 0 32px;
}

.relatedPosts .postList {
    display: flex;
}

.relatedPosts .postList .postItem {
    margin-right: 21px;
    width: 386px;
}

.relatedPosts .postList .postItem .postPic {
    background-size: 100% 100%;
    width: 386px;
    height: 236px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
}

.relatedPosts .postList .postItem h3 {
    font-size: 18px;
    font-weight: bold;
    color: #0F0F0F;
    line-height: 29px;
    margin: 17px 0 8px;
}

.relatedPosts .postList .postItem span {
    font-size: 14px;
    font-weight: bold;
    color: #888888;
    line-height: 23px;
}

.topCityList {
    padding-bottom: 28px;
}

.topCityList h2 {
    font-weight: bold;
    color: #0f0f0f;
    font-size: 32px;
    line-height: 51px;
    margin: 64px 0 32px;
}

.topCityList .countryList .checkItem {
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    color: #999;
}

.topCityList .countryList .checkItem.checkActive {
    font-size: 24px;
    line-height: 38px;
    color: #0f0f0f;
    font-weight: bold;
}

.topCityList .countryList .checkItem.checkActive span {
    border-bottom: 2px solid #0f0f0f;
}

.topCityList ul .checkItem {
    display: inline-block;
    margin: 0 32px 32px 0;
    font-family: inherit; /* Replace .publicFont1 with the equivalent font family if necessary */
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    cursor: pointer;
}

.topCityList ul .cityItem {
    display: inline-block;
    width: 20%;
    margin: 0 0 32px;
    font-family: inherit; /* Replace .publicFont1 with the equivalent font family if necessary */
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    cursor: pointer;
}

.topCityList ul .cityItem:nth-child(5n) {
    width: 15%;
}

.publicFooter {
    padding-bottom: 0px;
}

.publicFooter .siteInfo {
    color: #afafaf;
    text-align: center;
    padding: 50px 16px;
    margin-top: 50px;
}

.publicFooter.landingFooter .siteInfo {
    background: #fff;
    color: #0f0f0f;
}

.publicFooter .rbox {
    float: left;
    border: 0px;
    right: auto;
    padding-left: 0px;
    width: 185px;
    top: 0px;
}

.publicFooter .lbox {
    margin: 0 0 0 185px;
}
.publicFooter dl dd.millionaireTest,
.publicFooter dl dd.billionaireTest {
    display: none;
}

@media screen and (max-width: 820px) {
    .publicFooter .lbox {
        margin-left: 0;
    }
    .publicFooter .rbox {
        margin-top: 30px;
        position: inherit;
        left: 0;
        padding-left: 0;
        border-left: 0;
        height: auto;
        padding-bottom: 40px;
        margin-top: 0;
        float: none;
    }
    .aTopSignUp{
        display:none;
    }
    
    .bBanner.banner{
        padding-bottom: 30px;
        background-size: cover;
    }
    .bBanner.banner h1, .bBanner.banner p {
        padding-top: 299px;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.8px;
        max-width: 279px;
        margin: 0 auto;
        float: none;
    }
    .bBanner.banner h2{
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }
    .bBanner.banner .btns {
        margin: 0px auto;
        max-width: 343px;
        width: 180px;
    }
    
    .bBanner.banner .noSugarTips {
        float: left;
        padding-top: 30px;
    }
    .bBanner.banner .header{
        background: none;
    }
    .featuresb {
        padding: 69px 0 24px 0;
    }

    .featuresb ul {
        display: block;
    }

    .featuresb ul li,
    .featuresb ul li:nth-child(1),
    .featuresb ul li:nth-child(2),
    .featuresb ul li:nth-child(3),
    .featuresb ul li:nth-child(4),
    .featuresb ul li:nth-child(5) {
        width: 50%;
        float: left;
        min-height: 158px;
    }

    .featuresb i {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .featuresb ul li {
        padding-bottom: 50px;
    }

    .featuresb ul li>div {
        margin: 0px;
        width: 100%;
        text-align: center;
    }

    .featuresb ul li>div span {
        font-size: 18px;
        line-height: 27px;
        padding-top: 5px;
    }

    .featuresb ul li>div p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 4px;
        position: relative;
    }
}

@media screen and (max-width: 956px) {
    .home {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        color: #1f1f1f;
        position: relative;
        z-index: 1;
    }

    .mask {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background-color: rgba(0, 0, 0, 0.6);
    }
}

@media screen and (max-width: 768px) {
    * {
        touch-action: pan-x pan-y;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
        -webkit-touch-callout: none;
    }
    .landingFooter .fnav.fnavFooter{
        display: block;
    }
    .landingFooter .fnav.fnavFooter dl{
        padding-bottom: 40px;
    }
    .landingFooter .fnav.fnavFooter dl:nth-child(1){
        width: 100%;
    }
    .landingFooter .fnav.fnavFooter dl:nth-child(2){
        width: 100%;
    }
    .landingFooter .fnav.fnavFooter dl:nth-child(3){
        width: 100%;
    }
    .landingFooter .fnav.fnavFooter dl:nth-child(4){
        width: 100%;
    }
    .landingFooter .fnav.fnavFooter dl:nth-child(5){
        width: 100%;
    }
  
    .locationArea {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding: 0;
    }
   
    .locationTitle{
        font-size: 16px;
        line-height: 26px;
        margin-top: 24px;
        text-align: left;
        border-bottom: none;
        padding: 0 0 23px;
    }

    .profileList ul li {
        margin: 24px 0 0;
        padding-bottom: 24px;
        border-bottom: 1px solid #dedede;
    }

    .profileList ul li .profileListItem1 .avatar img {
        width: 100px;
        height: 100px;
    }

    .profileList ul li .profileListItem1 .infomationArea {
        margin-left: 16px;
    }

    .profileList ul li .profileListItem1 .infomationArea .infomationAreaHeader {
        display: flex;
    }

    .profileList ul li .profileListItem1 .infomationArea h3 {
        font-size: 14px;
        line-height: 23px;
        margin-right: 20px;
    }

    .profileList ul li .profileListItem1 .infomationArea p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 3px;
    }

    .profileList ul li .profileListItem1 .infomationArea .static {
        color: #58C389;
        margin-top: 3px;
    }

    .profileList ul li .profileListItem1 .infomationArea .btnPC {
        display: none;
    }

    .profileList ul li .profileListItem1 .ageArea {
        position: absolute;
        right: 16px;
    }

    .profileList ul li .profileListItem1 .ageArea .age {
        font-size: 14px;
        line-height: 23px;
        margin-top: 4px;
        text-align: right;
        color: #0f0f0f;
        font-family: inherit; /* Replace .publicFont1 with the equivalent font family if necessary */
    }

    .profileList ul li .profileListItem1 .btnMobile {
        display: block;
        background: #0f0f0f;
        font-size: 14px;
        line-height: 32px;
        color: #fff;
        width: 96px;
        height: 32px;
        border-radius: 4px;
        text-align: center;
        text-transform: capitalize;
        margin-top: 45px;
    }

    .profileList ul li .profileListItem1 .btnMobile a {
        color: #fff;
    }

    .profileList ul li .profileListItem2 {
        margin-top: 14px;
    }

    .profileList ul li .profileListItem2 h3 {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }

    .profileList ul li .profileListItem2 p {
        font-size: 14px;
        line-height: 23px;
        width: 100%;
    }

    .profileList ul li:nth-child(1) {
        margin-top: 0;
        padding-top: 24px;
        border-top: 1px solid #dedede;
    }

    .profileList ul li:nth-child(2n) {
        width: 100%;
    }

    .profileList ul li:nth-child(2n+1) {
        width: 100%;
    }

    .profileList .viewMore {
        font-size: 14px;
        line-height: 23px;
        color: #999;
        text-align: center;
        padding-bottom: 24px;
        display: flex;
        justify-content: center;
    }

    .profileList .viewMore .viewMoreBtn {
        width: 11px;
        height: 11px;
        margin: 6px 0 0 5px;
    }

    .mainText {
        padding-bottom: 32px;
    }

    .mainText h1 {
        font-size: 20px;
        line-height: 35px;
    }

    .mainText h2 {
        font-size: 18px;
        line-height: 29px;
        font-weight: bold;
        color: #0f0f0f;
        margin: 0 0 20px;
        padding-top: 24px;
    }

    .mainText h3 {
        font-size: 16px;
        line-height: 26px;
        margin: 34px 0 16px;
    }

    .mainText h4 {
        font-size: 14px;
        line-height: 23px;
        margin: 26px 0 17px;
    }

    .mainText p,
    .mainText ul li,
    .mainText ol li {
        font-size: 14px;
        line-height: 23px;
    }

    .mainText img {
        max-width: 300px;
    }

    .mainText .btn_wrap {
        text-align: center;
    }

    .mainText .signUpNow {
        width: auto;
        height: 44px;
        line-height: 45px;
        font-weight: bold;
        color: #fff;
        padding: 0 24px;
        margin: 32px auto 0;
        text-align: center;
        display: inline-block;
    }

    .mainText .signUpNow.signUpNowFR {
        width: 210px;
    }

    .seoContainer .landingPageDetail img {
        float: none;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-right: 0;
    }
    .relatedPosts {
        padding: 24px 0 32px;
    }

    .relatedPosts h2 {
        font-size: 18px;
        line-height: 29px;
        margin: 0 0 16px;
    }

    .relatedPosts .postList {
        display: block;
    }

    .relatedPosts .postList .postItem {
        margin: 0 0 32px 0;
        width: auto;
    }

    .relatedPosts .postList .postItem .postPic {
        width: 100%;
        height: 220px;
    }

    .relatedPosts .postList .postItem h3 {
        font-size: 14px;
        line-height: 23px;
        margin: 16px 0 4px;
    }

    .relatedPosts .postList .postItem:last-child {
        margin-bottom: 0;
    }

    .topCityList {
        padding-bottom: 28px;
    }

    .topCityList h2 {
        font-weight: bold;
        color: #0f0f0f;
        font-size: 18px;
        line-height: 29px;
        margin: 32px 0 16px;
    }

    .topCityList .countryList .cityItem:nth-child(2n+1) {
        width: 20%;
    }

    .topCityList .countryList .checkItem {
        font-size: 16px;
        line-height: 26px;
    }

    .topCityList .countryList .checkItem.checkActive {
        font-size: 16px;
        line-height: 26px;
        color: #0f0f0f;
    }

    .topCityList .countryList .checkItem.checkActive span {
        border-bottom: 2px solid #0f0f0f;
    }

    .topCityList ul .cityItem {
        display: inline-block;
        width: 49%;
        margin: 0 0 16px;
        font-size: 14px;
        line-height: 23px;
    }

    .topCityList ul .cityItem:nth-child(5n) {
        width: 100%;
    }

    .topCityList ul .cityItem:nth-child(2n) {
        width: 100%;
    }

    .topCityList ul .cityItem:nth-child(2n+1) {
        width: 100%;
    }
    .publicFooter .rbox {
        width: 100%;
    }
    .publicFooter .rbox .download {
        overflow: hidden;
        margin-top: 15px;
        padding-bottom: 35px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .publicFooter .rbox .download a {
        display: block;
        width: 159px;
        height: 47px;
        float: left;
        color: #afafaf;
        margin-right: 0;
        cursor: pointer;
    }
    .publicFooter dl dd.millionaireTest,
    .publicFooter dl dd.billionaireTest {
        display: block;
    }
}
