@import url('../../common/css/landingPage.css');

.svgIconBg {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: inline-block;
}
.homeHeader {
    width: 100%;
    background:#000;
    position: fixed;
    z-index: 9;
    top: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
}

.goSignIn{
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
}

.wrap {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    color: #0f0f0f;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
}

.homeHeader .wrap {
    max-width: 1320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

.homeHeader .logo {
    width: 222px;
    height: 44px;
    margin-left: 12px;
    cursor: pointer;
    background-color: #fff;
    -webkit-mask-image: url('../img/logo.svg');
    -webkit-mask-size: 100% 100%;
}

.homeHeader .topNav {
    display: flex;
    padding-top: 2px;
    margin-right: 0;
}

.homeHeader .links {
    margin-right: 30px;
    display: flex;
}

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

.homeHeader .links span {
    margin: 0 34px 0 0;
    line-height: 40px;
    font-size: 14px;
}

.homeHeader .links span a {
    color: #fff;
}

.homeHeader .links span a:hover {
    text-decoration: underline
}

.homeHeader .topNav .btn2,
.homeHeader .topNav .btn {
    border: 1px solid #fff;
    margin: 0 18px;
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 14px;
}

.homeHeader .topNav .btn2 {
    cursor: pointer;
    background: #fff;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
}

.homeHeader .language {
    position: relative;
    line-height: 40px;
    margin-left: 20px;
    margin-right: 8px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 100px;
}

.homeHeader .languageList {
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 7px;
    padding: 10px 30px;
    font-size: 14px;
    letter-spacing: 0;
    color: #000;
    top: 50px;
    left: -30px;
    z-index: 9;
}
.homeHeader .language span {
    position: relative;
    float: none;
    padding: 0;
    color: #fff;
    padding-right: 20px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    margin-left: 2px;
}

.homeHeader .language span:after {
    height: 8px;
    width: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -11px;
    transform: rotate(-45deg);
}

.homeHeader .language span.arrowDeg90:after {
    top: 31%;
    -webkit-transform: rotateZ(136deg);
    transform: rotateZ(136deg);
}

.homeHeader .languageList li {
    width: 100%;
}

.homeHeader .languageList div {
    color: #1b1b1b;
    padding: 0;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.mobileNavBtn {
    display: none;
}
.wrap {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    color: #0f0f0f;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
}
.hp_sitedate ul {
    overflow: hidden;
}

.hp_sitedate ul li {
    float: left;
    padding: 62px 15px;
    text-align: center;
    font-size: 26px;
    color: #1f1f1f;
    width: 30%;
    box-sizing: border-box;
}

.hp_sitedate ul li h3 {
    font-size: 30px;
    color: #1f1f1f;
    padding-bottom: 20px;
}

.hp_sitedate ul li.hp_icon_leaf {
    width: 5%;
    padding: 65px 0 0 0;
}

.hp_sitedate ul li i {
    width: 31px;
    height: 8px;
    display: block;
    margin: 38px auto 0 auto;
}
.hp_features {
    background: #fcfbf9;
    width: 100%;
    float: left;
    padding: 62px 0 0 0;
    text-align: center;
}

.hp_features h2,
.hp_story h2 {
    padding: 0 0 60px 0;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    color: #0f0f0f;
    font-weight: 700;
    letter-spacing: 1px;
}

.hp_features ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hp_features ul li {
    text-align: center;
    padding: 24px 32px;
    box-sizing: border-box;
    float: none;
    width: 47%;
    margin-bottom: 56px;
    display: flex;
    align-items: center;
}

.hp_features ul li:nth-child(odd) {
    margin-right: 5%;
}

.hp_features ul li i {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 auto;
    flex-shrink: 0;
}

.hp_features ul li .right {
    margin-left: 40px;
    text-align: left;
}

.hp_features ul .svgIconBg {
    background: #000;
}

.hp_features ul li h3 {
    font-size: 21px;
    line-height: 25px;
    padding-bottom: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #0f0f0f;
    text-transform: uppercase;
}

.hp_features ul li .hp_line02 {
    display: none;
    width: 50px;
    margin: 0 auto 23px auto;
    border-top: 1px solid #000000;
}

.hp_features ul li p {
    font-size: 15px;
    line-height: 28px;
}

.hp_features ul li:nth-child(2) p {
    padding-right: 30px;
}

.hp_story {
    width: 100%;
    float: left;
    padding: 50px 16px 62px 16px;
    background: #fcfbf9;
    box-sizing: border-box;
}
.hp_banner {
    width: 100%;
    height: 700px;
    margin-top: 90px;
    position: relative;
    background-color: #f6f6f6;
}
.hp_banner .wrap {
    height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hp_banner .hp_search {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}

.hp_banner .hp_search.filed_SEO_warp{
    max-width: 720px;
}

.hp_banner .hp_search.filed_SEO_warp p.banner_text{
    font-size: 42px;
    color: #0F0F0F;
    line-height: 80px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hp_banner .hp_search.filed_SEO_warp .hp_join_otherways  p{
    font-size: 24px;
    color: #0F0F0F;
    line-height: 48px;
    letter-spacing: 1px;
    margin: 38px 0 53px;
    text-transform: uppercase;
}
.hp_banner .hp_search.filed_SEO_warp .hp_join_otherways  .signUpBtnA1{
    display: inline-block;
    width: 250px;
    height: 60px;
    background: #0F0F0F;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 61px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
}
.hp_banner .hp_search.filed_SEO_warp .hp_join_otherways .signUpBtnA2{
    display: none;
}

.hp_banner .hp_search .active_members {
    display: none;
}

.hp_banner .hp_search h2 {
    text-align: left;
    margin: 0;
    width: 100%;
    color: #1b1b1b;
    box-sizing: border-box;
    background: 0;
    text-transform: uppercase;
    padding: 40px 0 10px;
    line-height: 54px;
    font-size: 30px;
    letter-spacing: 1px;
}


.hp_banner .hp_search .loginBtn {
    display: none;
}

.hp_banner .hp_search.filed_SEO_warp .join_tips {
    color: #666;
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
}
.hp_banner .hp_search.filed_SEO_warp .mobileOnlineOnly {
    display: none;
}

.hp_banner .hp_search.filed_SEO_warp .onlineOnly {
    display: flex;
    align-items: center;

}
.hp_banner .hp_search.filed_SEO_warp .onlineOnly .hp_icon {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}
.hp_banner .hp_search.filed_SEO_warp .onlineOnly span {
    padding-top: 5px;
}

.hp_bg {
    width: 850px;
    height: 780px;
    margin-top: 30px;
    position: absolute;
    top: -22px;
    right: -40px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left top;
}
.hp_bg.filed_SEO_banner{
    width: 600px;
    height: 700px;
}
.hp_banner .hp_bg_mobile {
    display: none;
}
.hp_footer dl {
    width: 28%;
    padding-right: 6px;
    box-sizing: border-box;
    float: left;
}
.hp_footer.innerFooter .hp_footnav {
    width: 16%;
}
.hp_footer dl dd.mobileLink,
.hp_footer dl dd.hidden {
    display: none;
}
.hp_footer .hp_copyright {
    line-height: 26px;
}
.hp_footer .hp_copyright p {
    font-size: 12px;
    margin-bottom: 0;
}

.breadBg {
    clear: both;
    background: #fcfbf9;
}
.pageWidth{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.locationArea{
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
}
.locationArea .left {
    font-size: 18px;
    line-height: 29px;
    color: #0f0f0f;
    text-align: left;
}
.locationArea .left .sexLabel {
    padding: 5px 12px;
}
.locationArea .left .sexLabel i {
    display: inline-block;
    width: 6px;
    height: 6px;
    float: right;
    border-left: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    transform: rotate(-45deg);
    pointer-events: none;
    position: relative;
    top: 8px;
}
.locationArea .left .sexList {
    position: absolute;
    width: 160px;
    height: auto;
    margin-top: 15px;
    background: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
.locationArea .left .sexList li {
    position: relative;
    text-align: left;
    padding-left: 12px;
    line-height: 40px;
}
.locationArea .left .sexList li:hover{
    text-decoration: underline;
}
.locationArea .left .sexList li.active:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    width: 6px;
    height: 10px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotateZ(45deg);
    color: #0f0f0f;
}
.locationArea .left .sexList:after {
    position: absolute;
    display: block;
    top: -5px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0px;
    content: "";
    border-style: solid;
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.02);
}
.locationArea .right {
    font-size: 18px;
    line-height: 29px;
    color: #0f0f0f;
    text-align: left;
}
.locationArea .right .sexLabel {
    padding: 5px 12px;
}
.locationArea .right .sexLabel i {
    display: inline-block;
    width: 6px;
    height: 6px;
    float: right;
    border-left: 1px solid #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    transform: rotate(-45deg);
    pointer-events: none;
    position: relative;
    top: 8px;
}
.locationArea .right .sexList {
    position: absolute;
    width: 160px;
    height: auto;
    margin-top: 15px;
    background: #ffffff;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
}
.locationArea .right .sexList li {
    position: relative;
    text-align: left;
    padding-left: 12px;
    line-height: 40px;
}
.locationArea .right .sexList li:hover{
    text-decoration: underline;
}
.locationArea .right .sexList li.active:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    width: 6px;
    height: 10px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    transform: rotateZ(45deg);
    color: #0f0f0f;
}
.locationArea .right .sexList:after {
    position: absolute;
    display: block;
    top: -5px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0px;
    content: "";
    border-style: solid;
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 3px -3px 3px rgba(0, 0, 0, 0.02);
}
.locationArea .right{
    width: 160px;
    cursor: pointer;
    border: 1px solid #ccc;
}
.locationArea .right.active .sexLabel i {
    transform: rotate(-225deg);
    top: 12px;
}
.locationArea .bannerText{
    text-transform: capitalize;
}
.sexMobileBtn{
    display: none;
}
.locationTitle{
    font-size: 32px;
    font-weight: bold;
    line-height: 51px;
    color: #0f0f0f;
    margin-top: 32px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 0 0 32px;
}
.profileList ul li {
    margin: 31px 0 42px;
    display: inline-block;
}
.profileList ul li .profileListItem1 {
    display: flex;
}
.profileList ul li .profileListItem1 .avatar img{
    width: 190px;
    height: 190px;
    border-radius: 4px;
}
.profileList ul li .profileListItem1 .infomationArea {
    margin-left: 25px;
}
.profileList ul li .profileListItem1 .infomationArea .infomationAreaHeader{
    display: flex;
}
.profileList ul li .profileListItem1 .infomationArea h3{
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    margin-right: 30px;
    width: 180px;
}
.profileList ul li .profileListItem1 .infomationArea p {
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    max-width: 238px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profileList ul li .profileListItem1 .infomationArea .static{
    color: #58C389;
}
.profileList ul li .profileListItem1 .infomationArea .btnPC{
    background: #0f0f0f;
    font-size: 18px;
    line-height: 41px;
    color: #fff;
    width: 126px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 33px;
    cursor: pointer;
}
.profileList ul li .profileListItem1 .infomationArea .btnPC a {
    color: #fff;
}
.profileList ul li .profileListItem1 .ageArea .age{
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
}
.profileList ul li .profileListItem1 .btnMobile{
    display: none;
}
.profileList ul li .profileListItem2 {
    margin-top: 25px;
}
.profileList ul li .profileListItem2 h3{
    color: #0f0f0f;
    font-size: 18px;
    line-height: 29px;
    width: 480px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.profileList ul li .profileListItem2 p {
    color: #0f0f0f;
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 480px;
}
.profileList ul li:nth-child(1){
    margin-top: 89px;
}
.profileList ul li:nth-child(2n){
    width: 43%;
}
.profileList ul li:nth-child(2n+1){
    width: 56%;
}
.profileList ul li:last-child{
    border: none;
}
.profileList .viewMore {
    font-size: 18px;
    line-height: 32px;
    color: #999;
    text-align: center;
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.profileList .viewMore .viewMoreBtn{
    width: 11px;
    height: 11px;
    margin: 10px 0 0 5px;
}

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

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

.mainText h2,
.mainText h2 a {
    font-size: 28px;
    line-height: 38px;
}
.mainText h2 a {
    text-decoration: underline;
}

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

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

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

.mainText p a {
    text-decoration: underline;
}
.mainText ul li,
.mainText ol li {
    font-size: 16px;
    line-height: 30px;
    list-style-position: inside;
}
.mainText ul li {
    list-style-type: disc;
}
.mainText ol li {
    list-style-type: decimal;
}
.mainText img {
    padding-right: 16px;
    float: left;
}
.mainText img {
    max-width: 1000px;
}

.mainText .btn_wrap {
    text-align: center;
    clear: both;
    padding-top: 30px;
}

.mainText .signUpNow {
    height: 50px;
    font-size: 16px;
    line-height: 51px;
    color: #fff;
    margin: 57px auto 0;
    text-align: center;
    background: #0f0f0f;
    cursor: pointer;
    display: inline-block;
    padding: 0 65px;
    font-weight: bold;
}

.mainText.fieldMainText {
    background: #fff;
    padding-bottom: 60px;
}

.mainText.fieldMainText h2,
.mainText.fieldMainText h2 a {
    padding-top: 29px;
    font-size: 32px;
    color: #0F0F0F;
    line-height: 51px;
    letter-spacing: 1px;
}

.mainText.fieldMainText .signUpNow {
    margin: 32px auto 0;
    display: block;
    width: 295px;
    padding: 0;
}

.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%;
}
.topCityList.topFieldPages{
    margin: 60px 0 32px;
}
.topCityList.topFieldPages .cityItem {
    text-transform: capitalize;
}
.hp_footer {
    width: 100%;
    padding: 62px 0 40px 0;
    background: #000;
    float: left;
    color: #a2a1a1;
}

.hp_footer .wrap {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
}

.hp_footer dl {
    width: 28%;
    box-sizing: border-box;
    float: left;
}

.hp_footer dl dt {
    font-size: 18px;
    padding: 0 0 8px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.hp_footer dl dd.hp_spcials {
    width: 100%;
    padding: 0 0 30px 0;
    float: left;
}

.hp_footer dl dd.hp_spcials a {
    width: 31px;
    height: 31px;
    display: block;
    border-radius: 50%;
    margin: 0 5px 13px 0;
    text-align: center;
    overflow: hidden;
}

.hp_footer dl dd.hp_spcials .svgIconBg {
    background: #9b9b9b;
}

.hp_footer dl dd.hp_spcials a:first-child {
    margin-left: -10px;
}

.hp_footer dl dd.hp_spcials a .svg-icon {
    fill: #9b9b9b;
    font-size: 27px;
    padding-top: 2px;
}

.hp_footer dl dd.hp_spcials a:hover .svg-icon {
    fill: #fff;
}

.hp_footer dl.hp_footnav_last {
    margin: 0 0 0 -50px;
    padding: 0 0 0 22px;
    width: 16%;
}

.hp_footer dl.hp_footnav_last p {
    font-weight: 400;
}


.hp_footer a {
    color: #ffffff;
    font-size: 14px;
    line-height: 32px;
    opacity: 0.75;
    float: left;
    width: 100%;
    text-decoration: none;
}
.hp_footer a:hover {
    text-decoration: underline;
}


.hp_footer dl dd.hp_app_down img {
    float: left;
    padding-bottom: 15px;
}

.hp_footer .hp_copyright {
    text-align: center;
    width: 100%;
    float: left;
    padding: 25px 0 0 0;
    font-size: 14px;
    border-top: 1px solid #333;
    margin-top: 50px;
    color: #ffffff;
    opacity: 0.75;
    line-height: 23px;
}

.hp_copyright p {
    margin-bottom: 12px;
}

.hp_copyright p a {
    float: none;
    width: auto;
    text-decoration: underline;
}


.hp_footer.inner_footer dl:first-child {
    padding-left: 0;
}


@media screen and (min-width: 957px) {
    .homeHeader .mobileNav {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .homeHeader {
        letter-spacing: 0;
    }

    .homeHeader .logo {
        margin-left: 0;
    }

    .homeHeader .hp_topnav a {
        padding: 0 5px;
    }

    .homeHeader .links {
        margin-right: 0;
    }

    .homeHeader .wrap {
        padding: 0 10px;
    }
}

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

    .signup_border {
        border-radius: 2px;
        border: 1px solid rgba(188, 166, 120, 1);
        margin-top: 24px;
        padding: 8px 144px 8px 145px;
    }

    .homeHeader {
        position: fixed;
    }

    .homeHeader .logo {
        width: 162px;
        height: 30px;
    }

    .homeHeader .links {
        display: none;
    }

    .homeHeader .topNav>a {
        display: none;
    }

    .homeHeader .mobileNavBtn {
        width: 26px;
        height: 27px;
        margin-right: 6px;
        display: block;
    }

    .homeHeader .mobileNavBtn span {
        display: block;
        float: left;
        width: 100%;
        height: 1px;
        background: #fff;
        margin: 3px 0;
    }

    .homeHeader .mobileNav {
        padding: 20px 0 40px 0;
        width: 100%;
        position: absolute;
        top: 62px;
        left: 0;
        right: 0;
        background: #000;
        border-top: 1px solid #333;
        text-transform: uppercase;
    }

    .homeHeader .mobileNav ul {
        z-index: 1;
        position: relative;
    }

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

    .homeHeader .mobileNav sup {
        vertical-align: top;
        font-size: 12px;
        line-height: 18px;
        margin-left: 0px;
        margin-top: 16px;
        display: inline-block;
        transform: scale(0.8, 0.8);
        letter-spacing: 0.3px;
    }

    .homeHeader .mobileNav ul li {
        display: block;
        height: 64px;
        line-height: 64px;
        text-align: center;
    }

    .homeHeader .mobileNav ul li a {
        font-weight: bold;
        color: #fff;
        font-size: 16px;
    }

    .hp_banner {
        position: relative;
        background-position: 70%;
        background-size: cover;
        height: auto;
    }

    .hp_banner::after {
        content: '';
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        opacity: 0.4;
        background: #000;
    }

    .hp_banner .wrap {
        height: auto;
    }

    .hp_banner .hp_bg {
        display: none;
    }
    .hp_bg.filed_SEO_banner{
        margin-top: 150px;
        display: block;
        width: 554px;
        right: -86px;
        top: -24px;
    }
    .hp_bg.filed_SEO_banner.default_SEO_banner{
        right: 0;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left top;
    }

    .hp_banner .hp_bg_mobile{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left top;
    }

    .hp_banner .hp_search .active_members {
        display: block;
        text-align: center;
        padding: 215px 0 0 0;
        color: #fff;
        letter-spacing: 0.3px;
        line-height: 26px;
        font-size: 15px;
    }

    .hp_banner .hp_search .active_members span {
        font-size: 16px;
    }


    .hp_banner .hp_search.filed_SEO_warp .join_tips {
        text-align: center;
        color: #fff;
        margin-top: 0px;
        letter-spacing: 0.3px;
        padding-top: 4px;
        line-height: 24px;
        margin-bottom: 0px;
    }

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

    .hp_maintext {
        padding: 62px 10px;
        box-sizing: border-box;
    }



    .hp_footer {
        padding: 62px 10px 40px;
        box-sizing: border-box;
    }

    .hp_footer .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .hp_footer.innerFooter dl {
        padding-left: 16px;
    }

    .hp_footer.innerFooter dl,
    .hp_footer.innerFooter .hp_footnav {
        width: 50%;
        height: auto;
        padding-top: 30px;
    }

    .hp_footer .hp_footnav {
        height: 293px;
        padding: 36px 15px 0;
    }

    .hp_footer dl.hp_footnav_last {
        width: 50%;
        padding: 36px 15px 0px 0px;
        margin-left: 0;
    }

    .hp_footer .hp_copyright {
        margin-top: 0px;
        padding-top: 32px;
    }

    .wrap ul li.total,
    .hp_sitedate ul li.hp_icon_leaf.hp_mobile {
        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;
    }
    .hp_banner.hp_banner_SEO{
        padding-bottom: 0;
    }
    .hp_banner.hp_banner_SEO .wrap{
        height: 736px;
    }
    .hp_banner.hp_banner_SEO{
        height: 736px;
    }
    .hp_banner .hp_search.filed_SEO_warp {
        margin-top: 330px;
        display: block;
        z-index: 4;
        position: absolute;
    }

    .hp_banner .hp_search.filed_SEO_warp p.banner_text {
        font-size: 20px;
        color: #fff;
        line-height: 32px;
        letter-spacing: 1px;
        text-align: center;
        margin: 0 16px;
    }

    .hp_banner .hp_search.filed_SEO_warp .hp_join_otherways p {
        font-size: 14px;
        color: #ffffff;
        line-height: 26px;
        text-align: center;
        margin: 17px 7px;
        text-transform: uppercase;
    }

    .hp_banner .hp_search.filed_SEO_warp .hp_join_otherways .signUpBtnA1 {
        font-size: 14px;
        border: 1px solid #FFFFFF;
        background: unset;
    }

    .hp_banner .hp_search.filed_SEO_warp .hp_join_otherways .signUpBtnA1,
    .hp_banner .hp_search.filed_SEO_warp .hp_join_otherways .signUpBtnA2 {
        height: 46px;
        border-radius: 2px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 47px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 343px;
        font-weight: bold;
    }

    .hp_banner .hp_search.filed_SEO_warp .hp_join_otherways .signUpBtnA2 {
        border-radius: 2px;
        margin-top: 16px;
        text-align: center;
    }
    .hp_features ul li {
        display: block;
        padding: 32px 16px;
        margin-bottom: 40px;
    }

    .hp_features ul li:nth-child(odd) {
        margin-right: auto;
    }

    .hp_features ul li .right {
        margin-left: auto;
        text-align: center;
    }

    .hp_features ul li i {
        width: 40px;
        height: 40px;
    }

    .hp_features ul li h3 {
        font-size: 16px;
        font-weight: 700;
        padding: 32px 0 16px 0;
        line-height: 24px;
        color: #0F0F0F;
    }

    .hp_features ul li p {
        line-height: 23px;
    }

    .hp_features ul li:nth-child(2) p {
        padding-right: 0;
    }

    .hp_features h2,
    .hp_story h2,
    .hp_maintext h2 {
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 32px;
        line-height: 29px;
    }
    .locationArea{
        margin-top: 32px;
    }
    .locationArea .left{
        font-size: 15px;
        line-height: 23px;
        text-align: left;
    }
    .locationArea .right{
        display: none;
    }
    .sexMobileBtn{
        display: block;
        font-size: 14px;
        line-height: 23px;
        text-align: left;
        color: #0f0f0f;
        padding-bottom: 23px;
    }
    .locationTitle{
        font-size: 16px;
        line-height: 26px;
        margin-top: 24px;
        text-align: left;
        border-bottom: none;
        padding: 0 0 16px;
    }
    .profileList ul li {
        margin: 24px 0 0;
        padding-bottom: 24px;
        border-bottom: 1px solid #dedede;
    }

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

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

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

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

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

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

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

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

    .profileList ul li .profileListItem1 .ageArea .age {
        font-size: 14px;
        line-height: 23px;
        margin-top: 4px;
        text-align: right;
        color: #0f0f0f;
    }

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

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

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

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

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

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

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

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

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

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

    .mainText {
        padding-bottom: 32px;
    }

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

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

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

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

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

    .mainText img {
        max-width: 100%;
        float: none;
        padding-right: 0;
        height: auto;
    }

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

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

    .mainText.fieldMainText h2,
    .mainText.fieldMainText h2 a {
        font-size: 18px;
        color: #0F0F0F;
        line-height: 29px;
        padding-top: 16px;
    }
    .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: block;
        width: 49%;
        margin: 0 0 16px;
        font-size: 15px;
        line-height: 23px;
    }

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

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

    .topCityList ul .cityItem:nth-child(2n+1) {
        width: 59%;
    }
    .topCityList.topFieldPages {
        margin: 32px 0 8px;
        padding-bottom: 0;
    }

    .topCityList.topFieldPages ul .cityItem {
        display: inline-block;
    }

    .topCityList.topFieldPages ul .cityItem:nth-child(2n+1) {
        width: 49%;
    }

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

    .addScreenBox{
        display:block;
    }
    .hp_footer .hp_copyright {
        color: #ffffff;
        line-height: 18px;
        border-top: 0.5px solid #3e3e3e;
    }

    .hp_footer .hp_copyright p {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 21px;
    }
    .hp_copyright p {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 18px;
    }

    .hp_footer {
        padding: 12px 16px 21px;
    }

    .wrap {
        padding: 0;
    }

    .hp_banner {
        margin-top: 0px;
        padding-bottom:20px;
    }

    .homeHeader .wrap{
        height:64px;
    }

    .homeHeader .logo {
        margin-left: 6px;
    }
    .hp_banner .hp_search.filed_SEO_warp .mobileOnlineOnly {
        display: block;
        margin-top: 0;
        line-height: 26px;
    }

    .hp_banner .hp_search.filed_SEO_warp .mobileOnlineOnly.join_tips {
        display: inline-block;
        vertical-align: bottom;
        line-height: 23px;
        font-size: 14px;
        margin: 25px 16px 0 16px;
    }

    .hp_banner .hp_search.filed_SEO_warp .onlineOnly {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .hp_sitedate ul li {
        width: 100%;
    }

    .hp_sitedate ul li.hp_icon_leaf {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }

    .hp_sitedate ul li.hp_icon_leaf i {
        margin: 0 auto;
    }
}

@media screen and (max-width: 650px) {
    .homeHeader .language .label{
        float: right;
    }

    .hp_sitedate ul li h3 {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 6px;
    }

    .hp_sitedate ul li {
        width: 50%;
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hp_sitedate ul li::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        background: #d6d6d6;
        right: 0px;
        top: 50%;
        margin-top: -10px;
    }

    .hp_sitedate ul li:last-child:before {
        display: none;
    }

    .hp_sitedate ul li.hp_icon_leaf {
        display: none;
    }

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

    .hp_features {
        padding: 0 0 40px 0;
        background: none;
    }

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

    .hp_features ul li {
        width: 100%;
        border: none;
        float: left;
        margin-bottom: 0;
        padding: 32px 16px;
    }

    .hp_story h2,
    .hp_maintext h2 {
        padding-bottom: 16px;
    }

    .hp_story ul li>div h3 {
        padding-top: 5px;
    }

    .hp_story {
        padding-top: 0px;
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
        background: none;
    }

    .hp_story .hp_story_content {
        padding-bottom: 20px;
        border-bottom: 1px solid #f2f2f2;
    }

    .hp_story ul li>div h3,
    .hp_story ul li>div h3 span {
        font-size: 16px;
        line-height: 26px;
    }

    .hp_story img {
        width: 100px;
        height: 100px;
    }

    .hp_story ul li>div p {
        line-height: 26px;
    }

    .hp_story ul li label.storyImg1 {
        width: 100px;
        height: 100px;
        float: none;
        display: block;
        border: 3px solid #c1b497;
        margin: 0 auto 10px auto;
    }

    .hp_maintext .hp_line03 {
        display: none;
    }

    .hp_maintext p {
        line-height: 26px;
        padding: 0px 25px 16px 25px;
    }

    .hp_footer a {
        font-size: 15px;
        line-height: 18px;
        padding: 10px 0;
    }
    .hp_footer.innerFooter dl,
    .hp_footer.innerFooter .hp_footnav {
        width: 100%
    }
    .hp_footer dl dd a {
        display: block;
    }

    .hp_footer dl dd.hp_spcials a {
        margin-bottom: 0px;
    }

    .hp_footnav_last #footer_mobile_apps .footer_google_play .svgIconBg {
        background: #fff;
    }

    .hp_footer dl dt {
        font-size: 18px;
    }

    .hp_maintext {
        padding: 20px 16px 40px 16px;
    }

    .hp_features {
        padding: 0 0 15px 0;
        background: none;
    }

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

    .hp_features ul li {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        padding: 50px 15px;
    }

    .hp_banner .hp_search .loginBtn {
        display: block;
        margin: 20px 4px 10px 4px;
        line-height: 43px;
        font-size: 14px;
        border-radius: 2px;
        border: 1px solid rgba(255, 255, 255, 1);
        margin-top: 24px;
        height: 43px;
        background: none;
    }

    .hp_footer dl dd.pcLink {
        display: none;
    }

    .hp_footer dl dd.mobileLink {
        display: none;
    }

    .breadBg {
        padding-top: 2px;
    }
}

@media screen and (max-width: 550px) {
    .hp_bg.filed_SEO_banner.default_SEO_banner{
        margin-top: 0;
    }
    .hp_story {
        padding: 0px 10px 0px;
    }

    .hp_story ul li label {
        width: 100%;
        text-align: center;
    }

    .hp_story ul li>div {
        margin-left: 0;
        width: 100%;
        float: left;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .hp_story ul li>div i {
        left: -5px;
    }

    .hp_story ul li>div h3 {
        line-height: 24px;
    }
    .pressNews .cont h1 {
        font-size: 16px;
        color: #0F0F0F;
        line-height: 26px;
    }

    .pressNews .cont .text,
    .pressNews .cont .text2,
    .pressNews .cont .phone {
        font-size: 15px;
        text-align: left;
    }

    .pressNews .cont .phone {
        line-height: 30px;
    }
}

@media screen and (max-width: 414px) {
    .hp_bg.filed_SEO_banner{
        width: 100%;
        height: 100%;
        top: 0;
        margin-top: 200px;
        right: -10px;
    }
    .hp_bg.filed_SEO_banner.default_SEO_banner{
        right: 0;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left top;
    }
    .hp_story {
        padding: 0px 10px 0px;
    }

    .hp_story ul li label {
        width: 100%;
        text-align: center;
    }

    .hp_story ul li>div {
        margin-left: 0;
        width: 100%;
        float: left;
        padding: 0 25px;
        box-sizing: border-box;
    }

    .hp_story ul li>div i {
        left: -5px;
    }

    .hp_story ul li>div h3 {
        line-height: 24px;
    }

    .hp_footer .hp_footnav {
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media screen and (max-width: 376px) {
    .hp_banner.hp_banner_SEO{
        height: 736px;
    }
    .hp_banner .hp_search.filed_SEO_warp{
        margin-top: 280px;
    }
    .hp_banner .hp_search.filed_SEO_warp .hp_join_otherways .signUpBtnA1{
        max-width: 328px;
    }
    .hp_banner .hp_search.filed_SEO_warp .hp_join_otherways .signUpBtnA2{
        max-width: 326px;
    }
    .relatedPosts .postList .postItem .postPic{
        height: 177px;
    }

    .hp_banner .hp_search.filed_SEO_warp p {
        width: calc(100% - 15px);
    }
}
@media screen and (max-width: 320px) {
    .hp_banner.hp_banner_SEO{
        height: 583px;
    }
    .mainText.fieldMainText .signUpNow{
        width: 285px;
    }
    .hp_banner .hp_search.filed_SEO_warp {
        margin-top: 180px;
    }

    .hp_banner .hp_search.filed_SEO_warp .hp_join_otherways .signUpBtnA1 {
        max-width: 285px;
    }

    .hp_banner .hp_search.filed_SEO_warp .hp_join_otherways .signUpBtnA2 {
        max-width: 283px;
    }
    .relatedPosts .postList .postItem .postPic{
        height: 177px;
    }
}

@media screen and (max-width: 280px) {
    .hp_footer.innerFooter dl,
    .hp_footer.innerFooter .hp_footnav {
        width: 100%;
    }

    .hp_footer.innerFooter dl {
        padding: 20px 0;
        height: auto;
    }
}
