@import url('../../common/css/landingPage.css');
* {
    font-weight: normal;
    box-sizing: border-box;
}
.pageLoading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background-color: #ffffff;
}

.svgIcon {
    width: 100%;
    height: 100%;
    fill: currentColor;
    overflow: hidden;
}

.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;
}

.svgIconBg.iconFacebook {
    background: url(../img/facebook.svg);
}

.svgIconBg.iconTwitter {
    background: url(../img/twitter.svg);
}

.svgIconBg.iconPinterest {
    background: url(../img/pinterest.svg);
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pageWidth {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.homeTop {
    background: #f9f9f9;
    font-size: 14px;
}

header {
    width: 100%;
    height: 100px;
    background: #fff;
    position: fixed;
    z-index: 100;
    top: 0;
}

header .pageWidth {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo {
    display: block;
    width: 320px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../img/homeLogo.svg);
}
header .logo.owdLogo {
    background-image: url(../img/owdLogo.svg);
    width: 330px;
}
.pcShow {
    display: block;
}

header .logo,
header .pc {
    display: flex;
    align-items: center;
}

header .pc a {
    display: inline-block;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

header .pc .ourBlog {
    padding-right: 42px;
    color: #111;
}

header .pc i {
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #ddd;
}

header .pc .signIn {
    padding-left: 42px;
    color: #ed698c;
}

header .pc .faceBook,
header .pc .signUp {
    border-radius: 4px;
    text-align: center;
    margin-left: 21px;
    color: #fff;
    cursor: pointer;
}

header .pc .signUp {
    width: 90px;
    height: 40px;
    background: linear-gradient(90deg, #e46c8a, #ef9b75);
    line-height: 40px;
}

.banner {
    margin-top: 100px;
    min-height: 730px;
    width: 100%;
    background-color: #000;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    position: relative;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
}

.banner h1 {
    font-size: 74px;
    line-height: 80px;
    max-width: 1413px;
    text-align: center;
    color: #fff;
    padding: 326px 0 33px 0;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.11);
}

.banner p {
    text-align: center;
    font-size: 36px;
    padding: 0 0 32px 0;
    color: #fff;
    width: 100%;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.11);
}

.banner .signIn {
    margin: 16px auto 0 auto;
    display: block;
    background: linear-gradient(90deg, #e46d8a, #ee9a75);
    max-width: calc(100% - 62px);
    border: 0;
    width: 275px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin: 0 auto;
    border-radius: 13px;
}

.members {
    background: #fff;
    padding: 100px 0 100px 0;
}

.members h2 {
    font-size: 28px;
    color: #111;
    line-height: 38px;
    letter-spacing: 2px;
    text-align: center;
    padding-bottom: 50px;
    text-transform: uppercase;
    color: #D1595D;
}

.members ul {
    display: flex;
}

.members li {
    flex: 1;
    width: 277px;
    height: 352px;
    background: #fff;
    border-radius: 40px;
    border: 1px solid #ddd;
    margin-right: 30px;
    text-align: center;
    box-sizing: border-box;
}

.members li:hover {
    cursor: pointer;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .1);
}

.members li:hover span {
    border-bottom: 2px solid #ed698c;
}

.members li a {
    padding: 22px 23px 0 23px;
    display: block;
}

.members i {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 104px;
    height: 104px;
    border-radius: 75px;
    border: 2px solid #ed698c;
}

.members i.img1,
.members i.img2,
.members i.img3,
.members i.img4 {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.members i.img1 {
    background-image: url(../img/members1.png);
}

.members i.img2 {
    background-image: url(../img/members2.png);
}

.members i.img3 {
    background-image: url(../img/members3.png);
}

.members i.img4 {
    background-image: url(../img/members4.png);
}

.members span {
    display: inline-block;
    margin: 20px 0 14px 0;
    font-size: 18px;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.members p {
    line-height: 22px;
}

.homeContent {
    background: #f9f9f9;
    font-size: 14px;
}
.locationArea{
    padding: 33px 0 33px;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    line-height: 29px;
    color: #0f0f0f;
    text-align: left;
}
.signUpNow{
    width: 228px;
    height: 50px;
    font-size: 16px;
    line-height: 51px;
    color: #fff;
    margin: 30px auto;
    text-align: center;
    background: linear-gradient(90deg, #e46d8a, #ee9a75);
    cursor: pointer;
    display: inline-block;
    padding: 0 65px;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}
.relatedPosts {
    background: #FCFBF9;
    padding: 42px 0;
}

.relatedPosts h2 {
    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;
    color: #0F0F0F;
    line-height: 29px;
    margin: 17px 0 8px;
}

.relatedPosts .postList .postItem span {
    font-size: 14px;
    color: #888888;
    line-height: 23px;
}
.topCityList {
    padding-bottom: 28px;
}

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

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

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

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

.topCityList ul .checkItem {
    display: inline-block;
    margin: 0 32px 32px 0;
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    cursor: pointer;
}

.topCityList ul .cityItem {
    display: inline-block;
    width: 20%;
    margin: 0 0 32px;
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    cursor: pointer;
}

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

.ourSite {
    background: #f9f9f9;
    padding-bottom: 10px;
}

.ourSite .startBanner {
    width: 100%;
    padding: 40px 0;
}

.ourSite .startBanner a {
    width: 317px;
    height: 45px;
    background: url(../img/bannerStartPc.webp) no-repeat center center;
    background-size: cover;
    display: block;
    margin: 0 auto;
}

.homeFooter {
    background: #f9f9f9;
    font-size: 14px;
}

.pcShow {
    display: block;
}

footer {
    width: 100%;
    min-height: 497px;
    background: linear-gradient(45deg, #e46d8a, #ef9b75);
    padding: 77px 0 66px 0;
    box-sizing: border-box;
}

footer ul {
    display: flex;
    justify-content: flex-start;
}

footer li {
    flex: 1;
    text-align: left;
}

footer li.one {
    flex: 0 0 230px;
}

footer li.two {
    flex: 0 0 270px;
}

footer li.three {
    flex: 0 0 238px;
}

footer li.four {
    padding-top: 27px;
}

footer li.three .appWrap .download a {
    float: left;
}

footer li.three .appWrap .download a.ios {
    width: 27px;
    height: 27px;
    background: url(../img/ios.svg) no-repeat left top;
    background-size: cover;
    filter: brightness(0) invert(1);
}

footer li.three .appWrap .download a.googleplay {
    width: 27px;
    height: 27px;
    background: url(../img/googlestore.svg) no-repeat left top;
    background-size: cover;
    margin: 0 0 0 20px;
    filter: brightness(0) invert(1);
}

footer li.three .socials {
    overflow: hidden;
    width: 100%;
    float: left;
    padding-top: 35px;
}

footer li.three .socials a {
    float: left
}

footer li.four a {
    text-decoration: underline;
}

footer li.four a:hover {
    text-decoration: none;
}

footer li.four a:hover::before {
    display: none;
}

footer li.five p.hidden {
    display: none;
}

footer b {
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}

footer a {
    line-height: 16px;
    color: #fff;
    opacity: .84;
    position: relative;
}

footer ul li p {
    padding: 10px 0;
}

footer p a:hover {
    text-decoration: underline;
}

footer .appWrap b {
    padding-top: 63px;
    padding-bottom: 22px;
}

footer .appWrap .svgIconBg {
    width: 23px;
    height: 27px;
    background: #fff;
}

footer .appWrap .ios .svgIconBg {
    margin-right: 42px;
}

footer .four p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 22px;
    opacity: .84;
}


.banner .pageWidth {
    position: relative;
    margin-bottom: 240px;
}

.ourSite .pageWidth {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ourSite h2 {
    font-size: 28px;
    color: #111;
    line-height: 38px;
    letter-spacing: 2px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0px;
}

.ourSite h3 {
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    padding: 0 0 30px 0;
}

.ourSite .content {
    width: 100%;
    max-width: 973px;
    margin: 0 auto;
}

.ourSite b {
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 22px;
}

.ourSite p,
.ourSite ul {
    padding-bottom: 36px;
    font-size: 16px;
    line-height: 28px;
}

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

.ourSite li {
    display: inline-block;
    width: 50%;
}

.mobileShow {
    display: none;
}

.landingPageDetail h1,
.landingPageDetail h2,
.landingPageDetail h3,
.landingPageDetail h4 {
    font-weight: bold;
    color: #0f0f0f;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
}

.landingPageDetail h1,
.landingPageDetail h2 {
    font-size: 32px;
    line-height: 51px;
}

.landingPageDetail h2 {
    font-size: 28px;
    line-height: 38px;
}

.landingPageDetail h3 {
    font-size: 24px;
    line-height: 38px;
}

.landingPageDetail h4 {
    font-size: 18px;
    line-height: 29px;
}

.landingPageDetail .btn_wrap {
    display: none;
}

.landingPageDetail .title {
    padding-top: 0;
}

.landingPageDetail .content {
    width: 100%;
    max-width: 973px;
    margin: 0 auto;
}

.landingPageDetail p,
.landingPageDetail li {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0;
}
.landingPageDetail li {
    width: 100%;
    display: list-item;
}

.landingPageDetail p a {
    text-decoration: underline;
}

.landingPageDetail ul,
.landingPageDetail ol {
    padding: 0;
}
.landingPageDetail ul li {
    list-style: disc inside;
}

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

.landingPageDetail b,
.landingPageDetail strong {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 1px;
}

.landingPageDetail img {
    float: left;
    margin-right: 16px;
}

footer .socials .svgIconBg {
    height: 25px;
    width: 25px;
    margin: 0 3px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

footer .socials a {
    margin: 0 20px 0 -10px;
}

.mySlides i {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 104px;
    height: 104px;
    border-radius: 75px;
    border: 2px solid #ed698c;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mySlides b {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 14px 0;
    font-size: 18px;
    padding-bottom: 4px;
}

.mySlides p {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

 @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;
    }
    
    .ourSite {
        padding: 0 0 60px 0;
    }

    .ourSite .pageWidth {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .ourSite h2 {
        font-size: 22px;
    }

    .ourSite li {
        width: 100%;
    }

    .ourSite .startBanner a {
        background: url(../img/bannerStartMobile.webp) no-repeat left top;
        background-size: contain;
        width: 249px;
        height: 98px;
        margin: 0 auto;
    }

    .members {
        padding: 60px 0 60px 0;
    }

    .banner {
        margin-top: 0;
        background-color: #000;
        background-position: center 50px;
        background-size: cover;
        min-height: auto;
    }

    .banner .pageWidth {
        min-height: auto;
    }

    .banner h1 {
        font-size: 20px;
        padding-bottom: 6px;
        line-height: 26px;
        padding-top: 330px;
        text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
    }

    .banner .signIn {
        width: 257px;
        font-size: 16px;
        line-height: 46px;
        border-radius: 5px;
        max-width: none;
    }

    .banner p {
        font-size: 14px;
    }


    header .pc.pcShow {
        display: none;
    }

    .banner .pageWidth {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
        margin-bottom: 160px;
    }


    .mobileShow {
        display: block;
    }

    .mobileNav .mobile .list {
        background: #fff;
        position: absolute;
        top: 49px;
        width: 100%;
        z-index: 11;
        left: 0;
        padding: 12px 0;
    }

    .mobileNav .mobile a {
        position: relative;
        line-height: 50px;
        color: #0F0F0F;
        display: inline-block;
        height: 50px;
        text-align: left;
        padding: 0 14px;
        width: 100%;
        box-sizing: border-box;
        text-transform: uppercase;
    }

    .mobileNav .mobile a::before {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        right: 14px;
        top: 19px;
        border-bottom: 1px solid #0f0f0f;
        border-right: 1px solid #0f0f0f;
        transform: rotate(-45deg);
    }

    .members h2 {
        font-size: 20px;
        text-align: center;
        line-height: 24px;
        margin-bottom: 30px;
        padding: 0px;
    }

    footer ul {
        display: block;
    }

    footer ul li p a {
        width: 100%;
    }

    footer ul li p.suggestion_link {
        display: none;
    }

    .members ul {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .members li {
        max-width: 414px;
        width: 100%;
        flex: auto;
        padding-bottom: 40px;
        margin: 0 0 20px 0;
    }

    .pageWidth {
        padding: 0 16px;
        box-sizing: border-box;
    }

    footer {
        float: left;
    }

    footer li.one p {
        width: 100%;
        float: left;
    }

    footer .appWrap {
        padding: 42px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 42px 0 0;
    }

    footer li.four {
        width: 100%;
        float: left;
    }

    footer .appWrap b {
        padding: 10px 42px 0 0;
        width: auto;
    }

    footer .socials {
        padding-top: 18px;
        text-align: center;
    }

    footer .socials b {
        width: auto;
        margin-top: -30px;
        margin-right: 30px;
    }

    footer .socials a {
        margin-top: -4px;
    }

    footer li.three,
    footer li.two,
    footer li {
        flex: auto;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        box-sizing: border-box;
        z-index: 11;
    }

    header .logo {
        width: 180px;
        height: 28px;
    }

    .mobileNav .mobileSwitch {
        position: absolute;
        right: 24px;
        top: 16px;
        z-index: 10;
    }

    .mobileNav .mobileSwitch span {
        display: block;
        background: #0f0f0f;
        height: 3px;
        width: 32px;
        margin-bottom: 4px;
    }

    .mask {
        position: fixed;
        background: rgba(0, 0, 0, .8);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    .landingPageDetail h1,
    .landingPageDetail h2,
    .landingPageDetail h3,
    .landingPageDetail h4 {
        margin: 0 0 18px 0;
        padding: 18px 0 0 0;
    }

    .landingPageDetail h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .landingPageDetail h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .landingPageDetail h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .landingPageDetail h4 {
        font-size: 16px;
        line-height: 23px;
    }

    .landingPageDetail li {
        width: 100%;
    }

    .landingPageDetail img {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        margin-right: 0;
    }

    .landingPageDetail p,
    .landingPageDetail li {
        font-size: 16px;
        line-height: 24px;
    }

    .landingPageDetail p a {
        font-size: 16px;
    }

    .locationArea {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding: 20px 0;
    }
    .signUpNow{
        width: 168px;
        height: 44px;
        line-height: 45px;
        color: #fff;
        margin: 20px auto 0;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 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 {
        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;
        font-size: 14px;
        line-height: 17px;
        float: left;
        min-height: 46px;
    }

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

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

    .topCityList ul .cityItem:nth-child(2n+1) {
        width: 59%;
    }
    footer {
        height: auto;
        padding-top: 0px;
        padding-bottom: 36px;
    }

    footer b {
        width: 100%;
        float: left;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #fAdvertiseParent {
        display: none !important;
    }
}

@media screen and (max-width: 414px) {
    .landingPage footer .socials b {
        float: left;
        padding-top: 30px;
        padding-right: 20px;
    }

    .landingPage footer .socials a {
        float: left;
    }
}

@media screen and (max-width: 769px) {
    .landingPage .dark.cc_dialog.simple {
        padding: 35px 10px 25px 10px !important;
    }

    .landingPage .dark.cc_dialog.simple > div > div {
        float: none;
        padding-right: 0;
        clear: both;
        max-width: none;
    }

    .landingPage .dark.cc_dialog.simple > div > div:last-child {
        float: left;
        margin-top: 15px;
    }

    .landingPage .cc_cp_head_lang_selector::before,
    .landingPage .cc_cp_head_lang_selector::after {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .landingPage .dark.cc_dialog.simple>div>div button.cc_b_ok {
        float: inherit;
        margin-bottom: 15px;
    }

    .landingPage .dark.cc_dialog.simple>div>div button.cc_b_cp {
        margin-left: 0 !important;
    }
}
