@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 {
    font-weight: 400;
    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: 326px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url(../img/homeLogo.svg);
}

.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: #fc7c1e;
}

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: #fc7c1e;
    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;
}

.banner .bannerBox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
}

.banner .bannerContainer {
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner .bannerContainer > * {
    width: 100%;
    text-align: left;
    margin: 10px 0;
}

.banner .bannerContainer h1 {
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    padding: 60px 0 33px 0;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.11);
    text-transform: uppercase;
}

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

.banner .bannerContainer .signIn {
    margin: 16px auto 0 auto;
    display: block;
    background: #fc7c1e;
    max-width: calc(100% - 62px);
    border: 0;
    width: 320px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    font-size: 34px;
    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;
    font-weight: 400;
    text-align: center;
    padding-bottom: 50px;
    text-transform: uppercase;
    color: #fc7c1e;
}

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

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

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

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

.homeContent {
    font-weight: 400;
    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;
    .publicFont1;
    color: #fff;
    margin: 30px auto;
    text-align: center;
    background: #fc7c1e;
    cursor: pointer;
    display: inline-block;
    padding: 0 65px;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}
.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;
    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: 657px;
    height: 167px;
    background: url(../img/bannerStartPc.png) no-repeat center center;
    background-size: cover;
    display: block;
    margin: 0 auto;
}

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

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

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

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

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

.ourSite .landingPageDetail .btn_wrap {
    display: none;
}

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

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

.ourSite .landingPageDetail p,
.ourSite .landingPageDetail ul,
.ourSite .landingPageDetail ol {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.ourSite .landingPageDetail ul li {
    list-style: disc;
    list-style-position: inside;
}

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

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

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

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


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

.pcShow {
    display: block;
}

footer {
    width: 100%;
    background: #111;
    padding: 40px 0;
    box-sizing: border-box;
    overflow: hidden;
}

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

footer a {
    font-size: 14px;
    line-height: 16px;
    color: #afafaf;
    position: relative;
}

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

footer .fnav p {
    width: 25%;
    float: left;
    line-height: 16px;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
    margin-bottom: 6px;
    color: #afafaf;
}
footer .copywrite {
    font-size: 14px;
    line-height: 23px;
    clear: both;
    padding-top: 20px;
    color: #afafaf;
}

.banner .pageWidth {
    position: relative;
}


.mobileShow {
    display: none;
}

@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: 0px 0 60px 0;
    }

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

    .ourSite .startBanner a {
        background: url(../img/bannerStartMobile.png) no-repeat left top;
        background-size: cover;
        width: 270px;
        height: 106px;
        margin: 0 auto;
    }
    .ourSite .landingPageDetail h1,
    .ourSite .landingPageDetail h2,
    .ourSite .landingPageDetail h3,
    .ourSite .landingPageDetail h4 {
        margin: 0 0 18px 0;
    }
    .ourSite .landingPageDetail h1 {
        font-size: 24px;
        line-height: 35px;
    }

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

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

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

    .ourSite .landingPageDetail li {
        width: 100%;
    }

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

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

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

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

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

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

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

    .banner .bannerContainer .signIn {
        width: 140px;
        line-height: 28px;
        font-size: 15px;
        line-height: 37px;
        border-radius: 5px;
    }

    .banner .bannerContainer p {
        font-size: 14px;
        text-align: center;
    }


    header .pc.pcShow {
        display: none;
    }

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


    .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;
        font-weight: 400;
        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);
    }

    .btn {
        display: block;
        width: 100%;
        height: 50px;
        margin: 0 auto;
        padding: 0 1.2rem;
        font-size: 14px;
        line-height: 50px;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background-image: none;
        border: .1rem solid transparent;
        border-radius: .2rem;
        box-sizing: border-box;
        color: #fff;
        background-color: #1b1b1b;
        overflow: hidden;
        text-transform: uppercase;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-tap-highlight-color: transparent;
    }

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

    .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;
    }
    .ourSite h2 {
        font-size: 20px;
        text-align: center;
        line-height: 24px;
        margin-bottom: 30px;
        padding: 0;
        font-weight: 400;
    }

    footer {
        float: left;
    }

    footer a,
    footer p {
        font-weight: 400;
    }
    footer .fnav p {
        display: inline-block;
        width: 50%;
        padding: 20px 2px 2px 2px;
    }

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

    header .logo {
        width: 211px;
        height: 36px;
        margin-top: 16px;
        background-size: auto 60%;
    }

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

    .mobileNav .mobileSwitch span {
        display: block;
        background: linear-gradient(90deg, #fc7c1e, #ef9b75);
        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;
    }
    .locationArea {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        padding: 20px 0;
    }
    .signUpNow{
        width: 168px;
        height: 44px;
        line-height: 45px;
        font-weight: bold;
        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 {
        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: 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;
    }
}
