@import url('../../common/css/landingPage.css');
.headerArea {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    background-color: #2b91e6;
    min-height: 84px;
    min-width: 1125px;
}

.headerArea .navArea {
    max-width: 1125px;
    margin: auto;
    min-height: 84px;
    position: relative;
}

.headerArea .homeLogo {
    height: 84px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 260px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.headerArea .nav {
    float: right;
    min-height: 84px;
    display: flex;
    align-items: center;
}

.headerArea .nav li {
    margin: 0 0 0 40px;
    margin-left: 40px;
    text-transform: uppercase;
}

.headerArea .nav li:first-child {
    margin-left: 0;
}

.headerArea .nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.headerArea .signIn {
    width: 116px;
    height: 32px;
    display: block;
    line-height: 36px;
    background-color: #61acef;
    border-radius: 3px;
    text-align: center;
    margin-left: 30px;
}

.headerArea .nav sup {
    vertical-align: top;
    font-size: 12px;
    margin-left: 0;
    margin-top: -5px;
    display: inline-block;
    transform: scale(.8);
    font-weight: 400;
}

.headerArea .mobileMenuTab {
    display: none;
}

.headerArea .mobileMenuTab .svgIcon {
    width: 27px;
    height: 28px;
}

.headerArea .mobileMenuTab .svgIcon b {
    width: 27px;
    height: 3px;
    background: #fff;
    transform: rotate(-45deg);
    display: block;
    margin: 10px 0 0 0;
    position: relative;
}

.headerArea .mobileMenuTab .svgIcon b::before {
    content: '';
    width: 27px;
    height: 3px;
    background: #fff;
    transform: rotate(90deg);
    display: block;
}

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

.mobileNav .mobileSwitch span {
    display: block;
    background: linear-gradient(90deg, #a4d128, #b4e038);
    height: 3px;
    width: 28px;
    margin-bottom: 4px;
}

.mask {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.banerArea {
    height: 674px;
    background-color: #2b91e6;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.banerArea .content {
    margin: auto;
    max-width: 1125px;
    position: relative;
}

.banerArea .searchBoxSEO {
    width: 383px;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 1px 3px rgb(0,0,0,0.5);
    border-radius: 20px;
    right: 0;
    top: 120px;
    color: #fff;
}

.searchBoxSEO .selectBox:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    right: 10px;
    top: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.banerArea .searchBoxSEO h2 {
    border-radius: 19px 19px 0 0;
    line-height: 45px;
    font-size: 18px;
    text-shadow: 0 1px #226ba7;
    background: linear-gradient(0deg, #4cb1f7, #32a0ec);
    text-align: center;
    font-weight: 400;
}

.banerArea .searchBoxSEO .formBox {
    padding: 10px 48px 26px 48px;
    float: left;
}

.banerArea .searchBoxSEO .genderItem li {
    width: 100%;
    margin-top: 12px;
}

.banerArea .searchBoxSEO .genderItem li label {
    margin-top: 7px;
    width: 100px;
    font-size: 14px;
    font-weight: 400;
    float: left;
}

.banerArea .searchBoxSEO .genderItem .htmlBox {
    font-size: 14px;
    padding: 0px 5px;
    border: 2px solid #b5bec4;
    background: #5b6e7a;
    border-radius: 4px;
    color: #fff;
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
    width: 100%;
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
}

.banerArea .selectBox {
    position: relative;
}

.banerArea .genderItem .selectBox {
    margin: 0 0 0 100px;
}

.banerArea .selectBox select {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    padding: 0 18px;
}
.searchBoxSEO label {
    display: block;
    width: 100%;
    margin: 14px 0 5px;
    height: 17px;
    line-height: 17px;
    font-size: 14px;
}

.searchBoxSEO .rowA {
    width: 100%;
    float: left;
}

.searchBoxSEO .rowA .ageItem {
    width: 100%;
    float: left;
}

.searchBoxSEO .rowA .ageItem li {
    width: 50%;
    float: left;
}

.searchBoxSEO .htmlBox {
    font-size: 14px;
    padding: 0px 5px;
    border: 2px solid #b5bec4;
    background: #5b6e7a;
    border-radius: 4px;
    color: #fff;
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
    height: 30px;
    line-height: 31px;
}

.searchBoxSEO .goSignUp {
    background: #2b91e6;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 51px;
    letter-spacing: 1px;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
    font-weight: 600;
    width: 100%;
    float: left;
}

.searchBoxSEO .goSignUp a {
    font-size: 18px;
    color: #fff;
}

.searchBoxSEO .ageItem .selectBox {
    width: 100%;
    display: inline-block;
}

.searchBoxSEO .rowA .ageItem li:nth-child(1) {
    padding-right: 14px;
    width: 42%;
    margin-top: 3px;
}

.searchBoxSEO .rowA .ageItem li:nth-child(2) {
    width: 53%;
    margin-top: 3px;
}

.searchBoxSEO .rowA .ageItem li:nth-child(2) .selectBox {
    width: 81%;
}

.searchBoxSEO .ageItem span {
    width: 16%;
    text-align: left;
    display: inline-block;
    font-size: 14px;
    margin-top: 1px;
}
.banerArea .decArea {
    max-width: 670px;
    padding: 190px 0 0 0;
    color: #fff;
}
.banerArea .moreFeature {
    font-size: 27px;
    line-height: 40px;
    font-weight: 500;
    padding-top: 20px;
    max-width: 510px;
}
.banerArea .font3,
.banerArea .font4 {
    font-size: 27px;
    font-weight: 400;
}

.banerArea .font3 {
    margin-top: 20px;
    line-height: 40px;
}

.banerArea .font1 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 8px;
    display: inline-block;
}

.banerArea .font2 {
    font-size: 50px;
    vertical-align: sub;
    font-weight: 400;
}

.banerArea .font4 {
    max-width: 580px;
    line-height: 40px;
}

.banerArea .signUp {
    margin-top: 40px;
    display: block;
    background-color: #fd9f52;
    border-radius: 4px;
    width: 285px;
    height: 60px;
    line-height: 61px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

.banerArea .decArea a {
    color: #fff;
}

.banerArea .mSignArea {
    display: none;
}

.banerArea .decArea a {
    color: #fff;
}

.monthly {
    max-width: 1125px;
    margin: 58px auto;
    display: flex;
}

.monthly li {
    flex: 1;
}

.monthly .svg {
    width: 58px;
    height: 58px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #0f0f0f;
    display: block;
}

.monthly h3,
.monthly p {
    text-align: center;
    line-height: 24px;
    font-weight: 600;
}

.monthly h3 {
    font-size: 18px;
    padding: 7px 0;
}

.monthly p {
    font-size: 16px;
    font-weight: 500;
}
.pageWidth {
    width: 100%;
    max-width: 1165px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}
.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;
    color: #0f0f0f;
    margin-top: 32px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 0 0 32px;
}
.mainText{
    background: #fff;
    padding-bottom: 40px;
}
.mainText h1{
    font-size: 32px;
    line-height: 51px;
    color: #0f0f0f;
    margin: 0 0 33px;
    padding-top: 33px;
    text-align: left;
}
.mainText h2{
    font-size: 28px;
    line-height: 36px;
    color: #0f0f0f;
    margin: 0 0 33px;
    padding-top: 33px;
    text-align: left;
}
.mainText h3{
    font-size: 24px;
    line-height: 38px;
    color: #0f0f0f;
    margin: 32px 0 24px;
}
.mainText h4{
    font-size: 18px;
    line-height: 29px;
    color: #0f0f0f;
    margin: 32px 0 16px;
}
.mainText p,
.mainText ul {
    font-size: 16px;
    line-height: 30px;
    color: #0f0f0f;
    margin-bottom: 20px;
}
.mainText ul li {
    list-style: disc;
    list-style-position: inside;
}
.mainText a {
    text-decoration: underline;
}
.mainText img{
    max-width: 1000px;
}
.mainText .btn_wrap {
    text-align: center;
}
.mainText  .signUpNow{
    width: 228px;
    height: 50px;
    font-size: 16px;
    line-height: 51px;
    color: #fff;
    margin: 30px auto 50px;
    text-align: center;
    background: #59B9FC;
    cursor: pointer;
    display: inline-block;
    padding: 0 51px;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}
.mainText ol{
    margin-left: 40px;
}
.mainText ol li{
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    padding-left: 5px;
    list-style-type: decimal;
}
.landingPageDetail img {
    padding-right: 16px;
}
.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%;
}
.footer {
    background-color: #333;
    color: #d8d7d7;
}

.footerLink {
    max-width: 1125px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerLink .tit {
    font-size: 16px;
    padding-top: 8px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.footerLink .linkArea {
    margin-top: 10px;
}

.footerLink .linkArea a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .8);
}

.footerLink .linkArea a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footerLink li {
    padding-top: 26px;
}

.footerLink .rBox {
    border-left: 1px dashed #666;
    padding-left: 80px;
    box-sizing: border-box;
}

.footerLink .download {
    overflow: hidden;
    margin-top: 15px;
}

.footerLink .ios {
    margin-left: -2px;
}

.footerLink .download a {
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    color: hsla(0, 0%, 100%, .8);
    margin-right: 18px;
    background: #fff;
    display: none;
}

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

.footnote .content {
    max-width: 1125px;
    margin: 0 auto;
    padding: 30px 0;
    color: hsla(0, 0%, 100%, .5);
}

.footnote p {
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .9);
}

.footnote .content a {
    color: hsla(0, 0%, 100%, .9);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer::after {
    display: block;
    content: "";
    clear: both;
}

.footerLink .socials a {
    display: block;
    float: left;
    height: 25px;
    width: 25px;
    color: hsla(0, 0%, 100%, .8);
    margin: 0 6px 0 0;
    background: #fff;
    display: none;
}

.footerLink .socials a.svgIconBg {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.footerLink .socials a.iconfacebook {
    margin-left: -7px;
}
@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;
    }

    .mainMedias {
        margin-bottom: 43px;
        position: relative;
        height: 26px;
    }

    .mainMedias::after {
        content: '';
        height: 26px;
        right: 0;
        top: 0;
        width: 61px;
        position: absolute;
        z-index: 3;
        pointer-events: none;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .mainMedias .swiperContent {
        margin: 0 0 0 0;
        width: 100%;
        overflow: hidden;
    }

    .mainMedias .swiper-slide:first-child {
        margin-left: 15px;
    }

    .mainMedias .swiper-slide {
        margin-right: 15px;
        height: 26px;
    }

    .mainMedias .swiper-next,
    .mainMedias .swiper-prev {
        display: none;
    }

    .mainMedias .swiper-slide.cnn {
        width: 47px;
        background-size: 47px 22px;
    }

    .mainMedias .swiper-slide.nypost {
        width: 136px;
        background-size: 136px 20px;
    }

    .mainMedias .swiper-slide.bbc {
        width: 71px;
        background-size: 71px 22px;
    }

    .mainMedias .swiper-slide.businessInsider {
        width: 69px;
        background-size: 69px 22px;
    }

    .mainMedias .swiper-slide.appstore {
        width: 53px;
        background-size: 53px 26px;
    }

    .mainMedias .swiper-slide.sheknows {
        width: 109px;
        background-size: 109px 22px;
    }

    .mainMedias .swiper-slide.vice {
        width: 54px;
        background-size: 54px 18px;
    }

    .mainMedias .swiper-slide.stylecaster {
        width: 143px;
        background-size: 143px 17px;
    }

    .mainMedias .swiper-slide.bustle {
        width: 68px;
        background-size: 68px 19px;
    }

    .mainMedias .swiper-slide.mercurynews {
        width: 154px;
        background-size: 154px 21px;
    }

    .mainMedias .swiper-slide.glamour {
        width: 77px;
        background-size: 77px 18px;
    }

    .mainMedias .swiper-slide.self {
        width: 52px;
        background-size: 52px 18px;
    }
    #fAdvertise {
        display: none!important;
    }
}

@media screen and (max-width: 979px) {
    .follow {
        padding-top: 30px;
    }

    .headerArea .menuMask {
        display: block;
        content: "";
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 98;
        background-color: rgba(0, 0, 0, .78);
        top: 73px;
        left: 0;
        right: 0;
    }

    .searchBoxSEO {
        display: none;
    }

    .monthly {
        display: block;
        overflow: hidden;
        margin: 20px auto 50px auto;
    }

    .monthly li {
        width: 50%;
        float: left;
        margin: 20px 0 0 0;
    }

    .monthly li:nth-child(n+3) {
        margin-top: 50px;
    }

    .unique ul {
        display: block;
        overflow: hidden;
    }

    .unique ul li {
        width: 50%;
        float: left;
        margin: 32px 0 0 0;
        padding: 0 20px;
    }

    .unique ul li:nth-child(n+3) {
        margin-top: 50px;
    }

    .unique p {
        padding: 8px 0 0 0;
    }

    .headerArea {
        min-width: inherit;
        height: 73px;
    }

    .headerArea .navArea {
        min-height: 73px;
    }

    .headerArea .homeLogo {
        height: 73px;
        left: 20px;
    }

    .headerArea .homeLogo .svgIcon {
        width: 193px;
    }

    .headerArea .nav {
        float: none;
        min-height: inherit;
        display: none;
        align-items: inherit;
        width: 100%;
        top: 73px;
        left: 0;
        right: 0;
        position: absolute;
    }

    .headerArea .nav.active {
        display: block;
    }

    .headerArea .nav.active:before {
        display: block;
        content: '';
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 98;
        background-color: rgba(0, 0, 0, 0.78);
        top: 73px;
        left: 0;
        right: 0;
    }

    .headerArea .nav li {
        margin: 0;
        text-transform: uppercase;
        border-top: 1px solid #70a2e9;
        background-color: #2b91e6;
        position: relative;
        z-index: 99;
    }

    .headerArea .nav li a {
        text-align: center;
        height: 47px;
        line-height: 47px;
        display: block;
    }

    .headerArea .nav li a:hover {
        text-decoration: none;
    }

    .headerArea .signIn {
        width: 100%;
        height: 47px;
        line-height: 47px;
        background: none;
        border-radius: 0;
        margin-left: 0;
    }

    .headerArea .nav li a.signIn:hover {
        text-decoration: none;
    }

    .headerArea .mobileMenuTab {
        width: 27px;
        height: 28px;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -14px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
    }

    .headerArea .mobileMenuTab span {
        display: block;
        height: 3px;
        background-color: #fff;
        margin: 5.5px 0;
    }

    .headerArea .mobileMenuTab .mobileMenuTabBtn span {
        background-color: none;
    }

    .headerArea .mobileMenuTab .svgIcon {
        display: none;
    }

    .headerArea .mobileMenuTab.active span {
        display: none;
    }

    .headerArea .mobileMenuTab.active .svgIcon {
        display: block;
    }

    .banerArea .searchArea {
        display: none;
    }
}

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

    .headerArea {
        background: linear-gradient(180deg, #2b91e5 0%, rgba(43, 145, 229, 0) 100%);
        min-height: 76px;
    }
    .addScreenBox {
        display: block;
    }
    .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);
    }


    .banerArea {
        background-color: #2b91e6;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 210px 20px 30px 20px;
        box-sizing: border-box;
        height: 667px;
    }

    .banerArea .decArea {
        padding-top: 0;
        text-align: center;
    }

    .banerArea .font2 {
        color: #fff;
        font-size: 20px;
        display: block;
        line-height: 28px;
    }

    .banerArea .font1 {
        font-size: 20px;
        color: #fff;
    }
    .banerArea .moreFeature {
        font-size: 20px;
        color: #fff;
        line-height: 23px;
        padding: 20px 0 0 0;
        max-width: 221px;
        margin: 0 auto;
    }

    .banerArea .font3 {
        line-height: 28px;
        font-size: 20px;
        margin-top: 20px;
    }

    .banerArea .font4 {
        font-size: 20px;
        line-height: 28px;
    }

    .banerArea .signUp {
        display: none;
    }

    .banerArea .mSignArea {
        display: block;
        margin-top: 20px;
    }

    .banerArea .mSignArea a {
        display: block;
        max-width: 305px;
        margin: auto;
    }

    .banerArea .mSignArea a:nth-child(1) {
        color: #4082e0;
        height: 47px;
        line-height: 47px;
        text-align: center;
        background-color: #fff;
        border-radius: 2px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .banerArea .mSignArea a:nth-child(2) {
        color: #fff;
        height: 47px;
        line-height: 47px;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 20px;
        border-radius: 2px;
        border: 1px solid #FFFFFF;
    }
    .locationArea {
        font-size: 12px;
        line-height: 20px;
        text-align: left;
        padding: 0;
    }

    .locationTitle{
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        margin-top: 24px;
        text-align: left;
        border-bottom: none;
        padding: 0 0 23px;
    }
    .mainText {
        padding-bottom: 32px;
    }
    .mainText h1 {
        font-size: 22px;
        line-height: 35px;
    }
    .mainText h2 {
        font-size: 18px;
        line-height: 29px;
        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 {
        font-size: 15px;
        line-height: 23px;
    }
    .mainText img {
        max-width: 300px;
        height: auto;
    }
    .mainText .btn_wrap {
        text-align: center;
    }
    .mainText .signUpNow {
        width: auto;
        height: 44px;
        line-height: 45px;
        color: #fff;
        margin: 32px auto 0;
        text-align: center;
        display: inline-block;
        justify-content: center;
        padding: 0 24px;
        font-weight: 600;
    }
    .mainText .line{
        width: 118px;
        height: 1px;
        background: #0f0f0f;
        margin: 32px auto;
    }
    .landingPageDetail img {
        padding-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 {
        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%;
    }
    .footerLink {
        padding: 0 0 35px 0;
        margin: 0 15px;
    }

    .footerLink li {
        width: 50%;
        float: left;
    }

    .footerLink li:nth-child(5) {
        width: 100%;
    }

    .footerLink .linkArea {
        margin: 15px 0 0 0;
    }

    .footerLink .linkArea a {
        padding: 2px 0;
    }

    .footerLink .rBox {
        padding-left: 0;
        border: 0;
        width: 100%;
    }

    .footnote {
        padding: 0;
    }

    .footnote .content {
        margin: 0 15px;
    }

    .footnote .content {
        padding-top: 0px;
    }
}

@media screen and (max-width: 415px) {
    .headerArea .homeLogo {
        width: 192px;
    }

    .banerArea .font3 {
        font-size: 16px;
    }

    .banerArea .font4 {
        font-size: 16px;
    }
    .mainText img {
        max-width: 100%;
        height: 220px;
    }
}
