@import url('../../common/css/landingPage.css');
* {
    font-weight: normal;
    box-sizing: border-box;
}
.svgIcon {
    width: 100%;
    height: 100%;
    fill: currentColor;
    overflow: hidden;
}
.bodyBg {
    background: #0f0f0f;
    color: #FFF;
}

.svgIconBg {
    width: 100%;
    height: 100%;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.top {
    width: 100%;
    padding: 26px 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

.top .center{
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.top .topMenu {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.top .topMenu li {
    margin: 0 34px 0 0;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
}
.top .topMenu li sup {
    vertical-align: top;
    font-size: 12px;
    margin-left: 0;
    margin-top: -5px;
    display: inline-block;
    transform: scale(.8);
    font-weight: 400;
}
.top .topMenu li a{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.top .topMenu li:last-child {
    margin-right: 16px;
}
.top .logo a{
    background:url(../imgLandingPage/logo.png) no-repeat left top;
    background-size: cover;
    width: 200px;
    height: 62px;
    display: block;
    margin: 0 auto;
    float: left;
}

.menu_mobile {
    display: none;
}

.toparea span {
    float: right;
    padding: 2px 0 0 0;
}

.hp_topright {
    display: block;
    float: right;
    font-size: 14px;
    padding-top: 10px;
}

.hp_topright .hp_topnav {
    float: left;
}

.hp_topright .hp_topnav a {
    padding-right: 28px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

.downloadNow {
    text-align: center;
    width: 608px;
    margin: 0 auto;
    background: #181818;
    border-radius: 25px;
    position: fixed;
    left: 50%;
    bottom: 20px;
    padding: 5px;
    margin: 0 0 0 -308px;
}

.downloadNow .cleft,
.downloadNow .cright{
    line-height: 51px;
    background: #202020;
    border-radius: 25px;
    display: inline-block;
    color: #fff;
}
.downloadNow .cright {
    background: #fff;
    box-shadow: 0 0px 10px rgba(247, 207, 234);
    border: 0px;
    margin-left: 5px;
}
.downloadNow .cright a{
    color: #000;
    padding: 0 50px;
}
.downloadNow .cleft a{
    color: #fff;
    padding: 0 50px;
    text-transform: uppercase;
}

.mainbanner {
    background-image:url(../imgLandingPage/bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #201310;
    background-size: cover;
    width: 100%;
    float: left;
    padding: 170px 0 100px 0;
    position:relative;
}

.mainbanner .center {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    height: 728px;
    position: relative;
}

.center .leftarea {
    margin: 0 0 0 600px;
    text-align: right;
}

.mainbanner .center .leftarea img {
    border-radius: 20px;
    transform: rotate(10deg);
    margin: 89px 37px 0 0;
}

.center .leftarea .hp_topright2 {
    display: none;
}

.center .leftarea .signUp {
    width: calc(100% - 41px);
    float: left;
    margin: 12px 0 20px 41px;
}

.center .searchBox {
    width: 90%;
    max-width: 450px;
    font-size: .9em;
    border-radius: 25px;
    overflow: hidden;
    float: left;
    margin-top: 50px;
}

.center .leftarea .signUp a {
    width: 297px;
    height: 74px;
    border: none;
    font-size: 28px;
    color: #fff;
    background: linear-gradient(180deg, #d87e57 0, #bf592d 50%, #904322);
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    display: block;
}

.center .searchBox .signup_area {
    padding: 22px 22px 0 22px;
    background: #fff;
    opacity: .7;
    overflow: hidden;
}

.center .searchBox .signup_area .signup_item {
    width: 100%;
    padding-bottom: 11px;
    color: #000;
    font-weight: 700;
}

.center .searchBox .signup_area .signup_item span.item_left {
    float: left;
    font-weight: 700;
    font-size: 14px;
}

.genderItem input {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    outline: invert;
    border: 1px solid #333;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hp_appdownload {
    text-align: center;
    padding: 30px 0 0 41px;
    float: left;
}

.center2 .hp_appdownload {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: 30px;
}
.pageWidth {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.section01, .topCityList {
    width: 100%;
    float: left;
    background: #151515;
    padding: 0 0 0px 0;
}
.section01 {
    padding-top:60px;
}

.topCityList {
    padding-bottom:60px
}

.topCityList h2 {
    padding-bottom: 20px;
    border-top:1px solid #333;
    padding-top:50px;
}
.topCityList ul li {
    float:left;
    width: 25%;
    padding: 10px 0;
    box-sizing: BORDER-BOX;
}
.topCityList ul li a{
    color: #fff;
}

.section01.bgBlack {
    background: #0f0f0f;
}

.section01 h2{
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    width: 100%;
}

.section01 figure {
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.section01 figure img {
    float: left;
}
.section03 .pageNav {
    text-align: center;
    padding: 50px 0;
}
.section03 .pageNav span{
    width: 56px;
    height: 56px;
    display: inline-block;
    margin: 0 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 0.4;
}

.section03 .pageNav span.pre{
    background-image: url(../imgLandingPage/pre.png);
}
.section03 .pageNav span.next{
    background-image: url(../imgLandingPage/next.png);
}
.section03 .pageNav span.active {
    opacity: 1;
}

.section01 .picRight figure {
    float: right;
    border-radius: 10px;
    overflow: hidden;
}
.section01 ul li {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.section01 ul li > div {
    margin:0 0 0 600px;
}
.section01 ul li.picRight > div {
    margin:0 600px 0 0;
}
.section01 ul li h3{
    font-size: 40px;
    line-height: 42px;
    padding-bottom: 16px;
}
.section01 ul li p{
    font-size: 20px;
    line-height: 32px;
    color: #999;
}

.section02,
.section03,
.section04 {
    width: 100%;
    background: #151515;
    padding: 50px 0;
    float: left;
}
.section04 {
    padding: 60px 0;
}

.section03 {
    background: #0f0f0f;
}
.section03 ul li figure {
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
.section03 ul li figure img{
    float: left;
}

.section03 ul li p a{
    padding: 32px 0 6px 0;
    color: #fff;
    display: block;
    line-height: 32px;
    font-size: 20px;
    float: left;
}

.section03 ul li time {
    color: #999;
    font-size: 20px;
}

.section02 h2,
.section03 h2{
    text-align: center;
    width: 100%;
    font-size: 40px;
    line-height: 42px;
    padding-bottom: 49px;
    font-weight: bold;
}

.section03 ul{
    display: flex;
    justify-content: space-between;
}

.section04 ul{
    display: flex;
    justify-content: space-between;
}
.section04 ul li{
    text-align: center;
}
.section04 ul li i{
    width: 69.6px;
    height: 69.6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto 11px;
}
.section04 ul li i.icon01 {
    background-image: url(../imgLandingPage/icon01.png);
}
.section04 ul li i.icon02 {
    background-image: url(../imgLandingPage/icon02.png);
}
.section04 ul li i.icon03 {
    background-image: url(../imgLandingPage/icon03.png);
}
.section04 ul li i.icon04 {
    background-image: url(../imgLandingPage/icon04.png);
}
.section04 ul li h4{
    font-size: 21px;
    padding-bottom: 13px;
}
.section04 ul li p{
    font-size: 19px;
}

.section02 h3 {
    padding-bottom: 24px
}

.section02 p {
    padding: 0 0 23px 0;
    color: #999;
    line-height: 32px;
}

.menu_mobile {
    display: none;
}

.center2 .hp_appdownload a {
    width: 45%;
}

.center2 .hp_appdownload a img {
    width: 100%;
    height: auto;
}

.center .search_area .signup_area {
    padding: 22px 22px 0 22px;
    background: #fff;
    opacity: .7;
    overflow: hidden;
}

.searchBox {
    color: #fff;
    padding: 0px 0px 0 0px;
    overflow: hidden;
    width: 450px;
    background: rgba(0,0,0,0.3);
    border: 3px solid;
    border-radius: 15px;
    border: 3px solid rgba(189, 39, 171);
}
.searchBox h2{
    text-transform: uppercase;
    font-size: 24px;
    padding: 24px 0 34px 0;
    text-align: center;
}

.searchBox .rowA {
    padding: 0 49px 15px 49px;
}

.searchBox .itemA,
.searchBox .itemB {
    min-height: 42px;
    display: flex;
}

.searchBox .itemA.genderItem ul li {
    width: 50%;
}

.searchBox .itemA li,
.searchBox .itemB li {
    flex: 1;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.searchBox .itemA li:nth-child(2),
.searchBox .itemB li:nth-child(2) {
    margin-left: 10px;
}

.searchBox label {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 3px 0;
    display: block;
    font-weight: normal;
}

.searchBox .selectBox {
    position: relative;
    height: 42px;
    width: 100%;
}

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

.selectBox select {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    padding: 0 18px;
}

.selectBox .htmlBox {
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 0 18px;
    overflow: hidden;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.searchBox .btn {
    text-align: center;
    height: 48px;
    padding-left: 32px;
    line-height: 48px;
    border: 0;
    color: #fff;
    font-size: 16px;
    outline: none;
    border-radius: 0;
    cursor: pointer;
    margin-left: 49px;
    margin-right: 49px;
    margin-bottom: 44px;
    border-radius: 25px;
    background: linear-gradient(231deg, #BD27AB 0%, #FD94C9 100%);
    border-radius: 50px 50px 50px 50px;
}

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

.words_area p a {
    text-decoration: underline;
    color: #1b1b1b;
}

.locationArea {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    line-height: 32px;
    padding-bottom: 40px;
}

.locationArea .right {
    cursor: pointer;
    position: relative;
    border: 1px solid #575757;
    padding: 4px 50px 4px 30px;
    margin-top: -5px;
    position: relative;
}

.locationArea .right::before {
    content: '';
    position:absolute;
    display: inline-block;
    top: 14px;
    right: 20px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotateZ(45deg);
    color: #fff;
}

.locationArea .right ul {
    display: block;
    position: absolute;
    left: 0;
    top: 42px;
    background: #0f0f0f;
    padding: 10px;
    width: 100%;
    z-index: 2;
}

.locationArea .right ul li a{
    color: #fff;
    padding: 3px 0;
    display: block;
}

.locationArea .right ul li {
    position: relative;
}

.locationArea .right ul li.active::before {
    content: '';
    position:absolute;
    display: inline-block;
    top: 50%;
    right: 10px;
    width: 4px;
    height: 8px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotateZ(45deg);
    color: #fff;
    margin-top: -4px;
}

.locationArea .left a {
    color: #FFF;
}

.locationTitle {
    font-size: 32px;
    line-height: 51px;
    font-weight: bold;
    color: #fff;
    margin-top: 32px;
    text-align: center;
    border-bottom: 1px solid #272727;
    padding: 0 0 32px;
}

.locationTitle span {
    font-weight: bold;
}

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

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

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

.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: 20px;
}

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

}

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

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

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

.profileList ul li .profileListItem1 .infomationArea .btnPC {
    font-weight: bold;
    background: #fff;
    font-size: 18px;
    line-height: 41px;
    color: #0f0f0f;
    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: #0f0f0f;
}

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

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


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

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

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


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

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

.viewMore .viewMoreBtn {
    width: 11px;
    height: 11px;
    margin: 10px 0 0 5px;
    background: url(../svgs/viewMore.svg) no-repeat left center;
}

.featuredMem {
    width: 100%;
    float: left;
}

.featuredMem .pageWidth {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.footer{
    width: 100%;
    float: left;
    padding: 80px 0 90px 0;
    text-align: center;
}
.footer a{
    color: #fff;
    padding:0 10px;
}
.footer .footlogo{
    background: url(../imgLandingPage/logoWhite.png) no-repeat center center;
    background-size: cover;
    width: 147px;
    height: 25px;
    margin: 0 auto 30px auto;
}
.footer .footSocial {
    margin-bottom: 22px;
}
.footSocial a{
    padding: 0;
}
.footSocial i{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 16px;
    margin: 0 15px;
}
.footSocial i.social01 {
    background-image: url(../imgLandingPage/socialFacebook.png);
}
.footSocial i.social02 {
    background-image: url(../imgLandingPage/socialInstagram.png);
}
.footSocial i.social03 {
    background-image: url(../imgLandingPage/socialTwitter.png);
}
.footSocial i.social04 {
    background-image: url(../imgLandingPage/socialYoutube.png);
}
.footSocial i.social06 {
    background-image: url(../imgLandingPage/socialPinterest.png);
}
.footSocial i.ios {
    background-image: url(../imgLandingPage/iosIcon.png);
}
.footSocial i.android {
    background-image: url(../imgLandingPage/androidIcon.png);
}
.footer .company {
    padding-top: 48px;
}
.footer .company h5{
    font-size: 18px;
    padding-bottom: 25px;
}
.footer .company a{
    font-size: 16px;
    line-height: 32px;
}
.footer .company a:hover{
    text-decoration: underline;
}
.footer .company p.pcLink {
    display: inline-block;
}
.footer .company p.mobileLink {
    display: none;
}
.footer .copyWrite {
    padding-top: 32px;
    line-height: 30px;
}
.landingPageDetail ul {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.landingPageDetail ul li,
.landingPageDetail ol li{
    padding: 0;
    position: relative;
}
.landingPageDetail ul li a{
    color: #fff;
}
.landingPageDetail h1{
    padding-bottom: 40px;
    font-size: 40px;
    text-align: center;
}
.landingPageDetail h2 {
    padding: 10px 0;
    font-size: 24px;
    text-align: left;
    line-height: 35px;
}
.landingPageDetail h2 img,
.landingPageDetail p img,
.landingPageDetail h3 img {
    float: left;
    margin: 0 30px 30px 0;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    height: auto;
}
.newLandingPage .relatedPosts {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.newLandingPage .relatedPosts h2 {
    padding-bottom: 20px;
}
.newLandingPage .relatedPosts ul {
    width: 100%;
    margin-left: -10px;
}
.newLandingPage .relatedPosts ul li {
    padding: 10px;
    width: 33.3%;
    float: left;
}
.newLandingPage .relatedPosts ul li .postPic {
    width: 100%;
    height: 258px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.newLandingPage .relatedPosts ul li h3 a{
    color: #fff;
}
.newLandingPage .relatedPosts ul li h3 span {
    padding: 10px 0 0 0;
    font-size: 14px;
    display: block;
    opacity: 0.5;
}
.newLandingPage .relatedPosts ul li > span.postTime {
    font-size: 16px;
    opacity: 0.5;
    margin-top: 15px;
    display: block;

}
.landingPageDetail h3 {
    padding-bottom:20px;
}
.landingPageDetail ul li {
    list-style: disc;
    list-style-position: inside;
}

.landingPageDetail ol li {
    list-style: decimal;
    list-style-position: inside;
}
.landingPageDetail p{
    padding-bottom: 20px;
}
.landingPageDetail p,
.landingPageDetail ul li,
.landingPageDetail ol li{
    font-size: 16px;
    line-height: 23px;
    color: #E2E2E2;
}
.landingPageDetail p a{
    color: #E2E2E2;
    text-decoration: underline;
}
.landingPageDetail strong, .landingPageDetail strong *{
    font-weight: bold;
}
.btn_wrap a{
    text-decoration: none;
    border-radius: 25px;
    background: linear-gradient(231deg, #BD27AB 0%, #FD94C9 100%);
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    font-size: 18px;
    padding: 15px 50px;
    margin: 0 auto;
    width: 240px;
    text-align:center;
    display: block;
    margin: 50px auto;
}
.mainbanner .bannerLine01,
.mainbanner .bannerLine02 {
    width:80%;
    position:absolute;
    top:200px;
    z-index:9;
}
.mainbanner .bannerLine01 {
    z-index:0;
}
.mainbanner .bannerLine02 {
    top:750px;
    right: 0;
}
.mainbanner .bannerLine01 img,
.mainbanner .bannerLine02 img {
    width:100%;
    height:auto;
}
.bannerwords{
    width:100%;
    max-width:600px;
    float:left;
}

.bannerwords p{
    margin-top: 180px;
    width: 100%;
    max-width: 646px;
    font-size: 47px;
    font-weight: bold;
    line-height: 63px;
    text-transform: uppercase;
}
.bannerwords p img{
    width:100%;
    height:auto;
}
.bannerwords .btn_wrap a{
    float:left;
    text-transform:uppercase;
    width: unset;
}
.download {
    display: flex;
    justify-content: flex-start;
    clear: left;
}

.download .app {
    width: 159px;
    height: 53px;
    background-size: 100% auto;
    margin-right: 50px;
    z-index: 10;
}
.download .app .ios,
.download .app .andriod {
    width: 159px;
    height: 53px;
    background-size: 100% auto;
    margin-right: 50px;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.mobileShow {
    display:none;
}
.mainbanner .bannerLine02 .mobileShow {
    display: block;
    height: 30px;
    margin: 12px 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.newLandingPage {
    .footer .pageWidth {
        display: flex;
        color: #b6b6b6;
        max-width: 1300px;
    }
    .footer .company a {
        width: 50%;
        float: left;
        color: #b6b6b6;
    }
    .footer .copyWrite {
        padding-top: 32px;
        line-height: 30px;
        text-align: left;
    }
    .footer .copyWrite .pageWidth {
        max-width: 1279px;
    }
    .footer .copyWrite p {
        text-align: center;
        width: calc(80% - 81px);
    }
    .footer .company h5 {
        display: none;
    }
    .footer .company {
        padding-top: 0px;
        text-align: left;
    }
    .footer .company:first-child {
        width: 89%;
    }
    .footer .footSocial {
        margin-bottom: 22px;
        width: 44%;
        padding-left: 81px;
        border-left: 1px dashed rgba(255, 255, 255, 0.3);
    }
    .footer .footSocial a {
        width: auto;
        float: left;
        margin: 22px 20px 37px 0px;
    }
    .footer .footSocial .tit {
        text-align: left;
        width: 100%;
        float: left;
        color: #b6b6b6;
    }
    .footer .footSocial .tit:last-child {
        margin-top: 45px;
        padding-bottom: 15px;
    }
    .footSocial i {
        width: 18px;
        height: 18px;
        background-size: auto 100%;
        margin: 0 ;
    }
    .footSocial i.social04 {
        background-size: 100% auto;
        width: 23px;
    }
}
@media screen and (max-width:768px) {
    .newLandingPage {
        .footer .pageWidth {
            display: block;
        }
        .footer .company,
        .footer .company:first-child {
            width: 100%;
        }
        .footer .company h5 {
            display: block;
            color: #b6b6b6;
        }
        .footer .footSocial {
            width: 100%;
            float: left;
            padding: 40px 0 0 0;
            border: 0px;
        }
        .footer .copyWrite {
            padding-top: 0px;
            p {
                width: auto;
            }
        }
    }
    .locationArea {
        display: block;
    }
    .locationArea .right {
        float: right;
        display: inline-block;
        margin-top: 0;
    }
    .mainbanner .bannerLine02 .mobileShow {
        width:100%;
        height:16px;
        display:block;
        margin:3px 0;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
    }
    .mainbanner .btn_wrap a {
        width:90%;
        margin: 40px auto 30px;
    }
    .mainbanner .bannerLine02 {
        top: unset;
        bottom: 193px;
        width: 100%;
    }
    .mobileShow {
        display:block;
    }
    .pcShow {
        display:none;
    }
    .mainbanner .bannerLine01 {
        display:none;
    }
    .bannerwords{
        max-width:100%;
        padding:0 20px;
    }
    .bannerwords p{
        margin-top: 50px;
        font-size: 30px;
        line-height: 45px;
        text-align: center;
    }
    .download {
        justify-content: space-between;
        margin: 0 16px 30px;
    }
    .download .app {
        margin: 0;
    }
    .footer .company p.pcLink {
        display: none;
    }
    .footer .company p.mobileLink {
        display: inline-block;
    }
    .newLandingPage .relatedPosts ul {
        margin: 0px;
    }
    .newLandingPage .relatedPosts ul li {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .newLandingPage .relatedPosts ul li .postPic {
        height: 236px;
    }
}
@media screen and (max-width:520px) {
    .downloadNow .cright {
        position: fixed;
        background: none;
        left: 17px;
        right: 17px;
        bottom: 20px;
        background: linear-gradient(231deg, #BD27AB 0%, #FD94C9 100%);
        box-shadow: none;
        color:#fff;
    }
    .downloadNow .cright a{
        color: #fff;
    }
    .downloadNow .cleft a:last-child {
        position: fixed;
        top: 13px;
        right: -31px;
    }
    .downloadNow, .downloadNow .cleft a {
        background: none;
    }
    .landingPageDetail h1 {
        font-size: 30px;
        text-align: left;
        line-height:35px;
    }
    .landingPageDetail h3 {
        padding-bottom: 20px;
        line-height:28px;
    }
    .top .logo a {
        width: 142px;
        height: 44px;
        float: left;
        margin-left: 16px;
    }
    .top .topMenu li:last-child {
        margin-right: 16px;
    }
    .top .signIn a{
        color:#fff;
        float:right;
        padding-right:20px;
        text-transform:uppercase;
    }
    .top {
        padding: 17px 0;
    }
    .profileList ul li:nth-child(1) {
        margin-top: 50px;
    }
    .profileList ul li .profileListItem1 {
        position: relative;
    }
    .profileList ul li .profileListItem1 .ageArea {
        position: absolute;
        right: 10px;
        top: 0;
    }
    .downloadNow .cleft, .downloadNow .cright {
        margin: 20px 0;
    }
    .downloadNow {
        background: none;
        z-index: 999;
        display:none;
    }
    .center .searchBox {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 166px;
    }
    .mainbanner {
        padding-top: 70px;
    }
    .mainbanner .center {
        height: auto;
    }
    .section01 h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .footer .company {
        width: 50%;
        float: left;
        text-align: left;
        padding-top: 20px;
    }
    .footer .company h5 {
        padding-bottom: 15px;
    }
    .footer {
        padding-top: 50px;
    }
    .profileList ul li .profileListItem1 .infomationArea .btnPC {
        font-size: 32px;
        line-height: 39px;
    }
    .section03 ul{
        display: block;
    }
    .section03 ul li {
        float: left;
        padding-bottom: 30px;
    }
    .profileList ul li {
        width: 100%;
        border-bottom: 1px solid #1a1a1a;
        margin: 0px 0 25px 0;
        padding-bottom: 25px;
    }
    .profileList ul li .profileListItem1 .infomationArea p {
        line-height: 22px;
    }
    .profileList ul li .profileListItem1 .infomationArea .btnPC {
        height: 30px;
        line-height: 30px;
        width: 98px;
        font-size: 14px;
        margin-top: 19px;
        position: absolute;
        right: 5px;
        top: 65px;
    }
    .profileList ul li .profileListItem1 .avatar img {
        width: 100px;
        height: 100px;
    }
    .profileList ul li .profileListItem1 .infomationArea p,
    .profileList ul li .profileListItem1 .ageArea .age {
        font-size: 14px;
        width: auto;
    }
    .profileList ul li .profileListItem1 .infomationArea {
        margin-right: 100px;
    }
    .center .leftarea{
        padding: 50px 0 14px 20px;
        width: 95%;
        margin: 0;
        overflow:hidden;
    }
    .mainbanner .center .leftarea img {
        width: 300px;
        height: auto;
        margin-top: 17px;
    }
    .section02 h2, .section03 h2 {
        font-size: 32px;
    }
    .section04 ul{
        display: block;
    }
    .section04 ul li {
        padding: 20px 0;
        width: 50%;
        float:left;
    }
    .section04 ul li i{
        width: 60px;
        height: 60px;
    }
    .section04 ul li h4,
    .section04 ul li p{
        font-size: 16px;
    }
    .footer .footlogo {
        width: 129px;
        height: 20px;
        float: left;
    }
    .footSocial {
        text-align: left;
        clear: both;
        padding-top: 40px;
    }
    .footSocial a {
        margin: 22px 20px 37px 0px;
        display: inline-block;
    }
    .footSocial i {
        width: 18px;
        height: 18px;
        margin: 0;
        background-size: auto 100%
    }
    .footer .company a {
        font-size: 14px;
        width: 100%;
        display: block;
        padding-left: 0;
        color: #b6b6b6;
    }
    .footer .copyWrite {
        width: 100%;
        float: left;
        color: #b6b6b6;
        text-align: left;
    }
    .section01 figure {
        width: 100%;
    }
    .section01 figure img {
        width: 100%;
        height: auto;
    }
    .section01 ul li > div,
    .section01 ul li.picRight > div {
        margin: 30px 0 0 0px;
        width: 100%;
        float: left;
    }
    .section03 ul li p a,
    .section03 ul li time {
        font-size: 18px;
    }
    .section01 {
        padding: 40px 0 0 0;
    }
    .topCityList ul li {
        width: 50%;
    }
    .section01 ul li h3 {
        font-size: 32px;
    }
    .section01 ul li p {
        font-size: 18px;
    }
    .locationTitle {
        font-size: 18px;
        padding-bottom: 10px;
        width: 100%;
        float: left;
        margin-bottom: 0px;
        text-align: left;
        border:0px;
        line-height: 22px;
    }
    .locationArea .left{
        display: inline-block;
    }
    .locationArea .right {
        float: right;
        margin-top: 0;
        padding-bottom: 2px;
    }
    .mainbanner {
        background-image:url(../imgLandingPage/bgMobile.webp);
        margin-bottom: 0px;
        padding-bottom:0px;
        position: relative;
    }
    .profileList ul li:nth-child(2n+1) {
        width: 100%;
    }
    .profileList ul li .profileListItem2 h3,
    .profileList ul li .profileListItem2 p {
        width: 100%;
    }
}
