@charset "utf-8";
/* CSS Document */
body {
	font-family: Merriweather,Georgia,serif;
	font-size: 14px!important;
	color: #333;
	line-height: 22px;
}
* {
	padding: 0px;
	margin: 0px;
}
ul {
	list-style: none;
}
img {
	border: 0px;
}
a:link, a:visited {
	/* color: #32af07; */
	color: #d12132;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.header {
	width: 100%;
	background: #000000;
	height: 80px;
	text-align: center;
	line-height: 80px;
	position: relative;
	z-index: 999;
}
.header a {
	color: #fff!important;
	text-decoration: none;
	padding: 0 10px;
}
.header a:hover {
	text-decoration: underline;
}
.logo {
	float: left;
}
.logo a {
	width: 300px;
	height: 50px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background: url(logo.png) no-repeat left top;
	margin: 25px 0 0 0;
}
.nav {
	float: right;
}
.header_container, .sidebar_container #sidebar {
	width: 1002px;
	margin: 0 auto;
}
.sidebar_container {
	background-color: #fafafa;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.03) inset;
	float: left;
	margin: 30px auto;
	padding: 30px 0 50px;
	width: 100%;
}

/* ✅ 修复：banner 背景避免拉伸失真 */
.banner {
	background: url(banner.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 502px;
	position: relative;
	font-size: 18px;
}

.banner_container {
	width: 1002px;
	margin: 0 auto;
}
.hp-search {
	float: left;
	width: 350px;
	background: #fff;
	border-radius: 5px;
	padding: 30px 25px 25px 25px;
	margin: 30px 0 0 0;
	-moz-opacity: 0.80!important;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.hp-search h1 {
	padding-top: 15px;
	margin: 0px;
	font-size: 24px;
	text-align: center;
	line-height:20px;
	padding-bottom:10px;
}
.hp-search h3 {
	padding: 5px 0px 20px 0;
	margin-bottom: 15px;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	font-style: italic;
	font-size: 16px;
}
.btn_search {
	border: 1px solid #000000;
	border-radius: 5px;
	color: #000000 !important;
	display: block;
	float: left;
	font-size: 18px;
	margin: 15px auto 0;
	padding: 13px 10px;
	text-align: center;
	text-decoration: none;
	width: 94%;
}
.btn_search:hover {
	text-decoration: none;
	background: #d12132;
	color: #fff!important;
}
.btn_join a {
	background: #c24c4c;
	color: #fff!important;
	border-radius: 5px;
	width: 400px;
	text-align: center;
	display: inline-block;
	padding: 15px 0;
	margin: 25px 0 0 0;
	-moz-opacity: 0.90!important;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.btn_join a:hover {
	-moz-opacity: 1.00!important;
	filter: alpha(opacity=100);
	opacity: 1.0;
	text-decoration: none;
}
.banner_con {
	width: 400px;
	float: left;
}
.hp-search ul {
	width: 100%;
}
.hp-search ul li {
	width: 100%;
	float: left;
	padding: 5px 0;
}
.hp-search ul li label {
	float: left;
	padding: 0 10px 0 4%;
	width: 110px;
	text-align: right;
	font-size: 14px;
}

.hp-search ul li select {
	float: left;
	font-family: Merriweather,Georgia,serif;
	padding: 5px;
	width: 201px;
}
.hp-search ul li select.sel02 {
	width: 88px;
}
.hp-search ul li span {
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 8px 0;
}
.featuredmembers {
	width: 1002px;
	margin: 30px auto;
	text-align: center;
	overflow: hidden;
}
h2 {
	padding: 30px 0 30px 0;
	font-size: 22px;
	text-align: center;
	line-height:38px;
}
.featuredmembers ul li {
	float: left;
	padding: 0 3px;
}
.featuredmembers ul li a {
	float: left;
	width: 137px;
	height: 137px;
}
.featuredmembers ul li a img {
	width: 100%;
	height: 100%;
}
.featuredmembers ul li a:hover img {
	margin-top: -8px;
	position: relative;
}
.maintext {
	width: 100%;
	margin: 30px auto;
	padding: 30px 0 50px 0;
	float: left;
	background-color: #fafafa;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.03) inset;
}
.maintext p {
	width: 1002px;

	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}
.maintext-btn-wrap{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.maintext-btn{
  display: inline-block;
  background: #000;
  color: #fff !important;
  padding: 14px 42px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

.maintext-btn:hover{
  background: #222;
  text-decoration: none;
}
.hp_features {
	width: 1002px;
	margin: 0 auto 25px auto;
	overflow: hidden;
}
.hp_features ul {
	float: left;
	padding: 25px 0 0 0;
}
.hp_features ul li {
	float: left;
	padding: 5px;
}
.hp_features ul li a {
	color: #333;
	border: 1px solid #efefef;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	padding: 5px 0 5px 42px;
	width: 196px;
	background: url(icon01.gif) no-repeat 15px center;
}
.sidebar_container #sidebar ul li {
	background: url(list_w.png) no-repeat left center;
	padding: 10px 20px;
}
.sidebar_container #sidebar ul li a {
	color: #333;
}
.footer {
	 background: #000000; /* #25383b; */
	padding: 30px 0;
	text-align: center;
	color: #fff;
	line-height: 25px;
	font-size: 12px;
	float: left;
	width: 100%;
}
.footer a {
	color: #fff!important;
	padding: 0 5px;
}
.dspdp-search-box {
	background-color: #c24c4c;
	bottom: 0;
	color: #fff;
	left: 50%;
	padding: 20px;
	position: absolute;
	bottom: 0px;
	z-index: 999;
	width: 962px;
	margin-left: -501px;
	-moz-border-radius: 80px 0px 80px 0;
	-ms-border-radius: 80px 0px 80px 0;
	-o-border-radius: 80px 0px 80px 0;
	-webkit-border-radius: 80px 0px 80px 0;
	border-radius: 80px 0px 80px 0;
}
.dspdp-search-box:hover {
	-moz-opacity: 0.80!important;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.dspdp-form-horizontal select {
	border: 1px solid #fff;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 132px;
}
.dspdp-col-sm-2, .dspdp-col-sm-3 {
	float: left;
	font-size: 12px;
	padding: 6px 10px 10px 0;
	width: 132px;
}
.dspdp-control-label {
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.dspdp-col-sm-6 {
	float: left;
	padding: 24px 0 0 1px;
}
.a_link {
	background: none repeat scroll 0 0 #333 !important;
	border: 0 none;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto !important;
	margin-right: 10px;
	padding: 8px 25px;
	float: left;
	width: auto !important;
	margin: 1px 10px 0 0;
}
.foot_join {
	width: 100%;
	float: left;
	padding: 0px 0 70px 0;
	display:none;
}
.foot_join a {
	background: #c24c4c;
	padding: 15px 0px;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	float: left;
	margin: 35px 0 0 0;
}
.widget-title {
	font-size: 24px;
	padding: 30px 0 50px;
	text-align: center;
	text-transform: uppercase;
}
.feature-5 {
	width: 720px;
	margin: auto;
}
.feature-clear{
	clear: both;
}
ul.profiles-full{
	max-width: 930px;
	margin: auto !important;
	list-style-type: none;
}
ul.profiles-full li{
	color: #fff;
    background: none;
    width: 420px;
    float: left;
    margin: 1%;
    padding: 10px;
    text-align: center;
}
.profile-bgg{
	min-height: 125px;
    overflow: hidden;
}
.thumbnail{
	text-align: center;
    width: 240px;
    height: 240px;
    max-width: 200px;
    max-height: 200px;
    padding: .25em;
    overflow: hidden;
    position: relative;
}
ul.profiles-full .thumbnail{
	float: left;
    width: 140px;
    height: 140px;
    margin-top: 5px;
}
.hp_featuredMembers ul li .thumbnail{
	border: 1px solid #f0f0f0;
    padding: 1px;
}
.featuredmembers ul li a{
	float: left;
    width: 137px;
    height: 137px;
}
.imgProtection{
	display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    background: rgba(0, 0, 0, 0.95);
}
ul.profiles-full .profileInfo{
	color: #111 !important;
    width: 240px;
    margin: auto auto auto 15px;
    float: left;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}
ul.profiles-full li .profileInfo{
	height: auto;
}
ul.profiles-full li .profileInfo a{
	width: 240px;
	height: 18px;
}
.username{
	font-family: Merriweather,Georgia,serif;
    font-weight: 400;
    font-size: 1.3em;
}
ul.profiles-full .username, ul.profiles-full .username a{
    padding-top: 7px !important;
    color: #477d91;
    font-size: 16px;
    font-weight: bold;
}
ul.profiles-full .profileInfo h4, ul.profiles-full .profileInfo p{
	margin: 0;
    padding: 0;
}
ul.profiles-full li .username{
	padding: 0;
}
ul.profiles-full .profileInfo .seoUserInfo{
	color: #111 !important;
	width: 250px;
}
span.age, span.gender, span.city{
	font-weight: bold;
}
.profileInfo span.age{
	border: none;
    padding: 0;
    background: 0;
    color: inherit;
}
/* ===== Success Story Section ===== */
.success_story{
  width: 100%;
  float: left;
  padding: 40px 0;
  background: #ffffff;
}

.success_story_container{
  width: 1002px;
  margin: 0 auto;
}

.success_story_card{
  display: flex;
  gap: 26px;
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

.success_story_media{
  flex: 0 0 320px;
}

.success_story_media img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.success_story_content{
  flex: 1;
}

.success_story_content h2{
  padding: 0 0 12px 0; /* 覆盖你全局 h2 padding，避免过大 */
  text-align: left;
  line-height: 32px;
}

.success_story_content p{
  width: auto;         /* 不用 maintext p 的 1002px 固定宽 */
  margin: 0;
  padding: 0;
  text-align: left;
  color: #333;
  line-height: 24px;
}
.hp_features_title{
  padding: 10px 0 15px 0;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width:1023px) {
.header {
	height: 144px;
}
.banner {
    background-image: url(bannermobile.jpg);
}
.header_container, .featuredmembers, .maintext p, .sidebar_container #sidebar, .hp_features {
	width: 90%;
	padding: 0 5%;
}
.banner_container {
	width: 100%;
	padding: 0px;
}
.hp-search ul li div {
	width: 100%;
	float: left;
}
.btn_join a {
	width: 92%;
	margin: 0 4%;
}
.btn_search {
	width: 92%;
	margin: 0 4%;
	padding: 15px 0;
	margin-bottom: 25px;
}
.btn_join {
	margin:45px auto 15px auto;
	float:left;
	width:100%;
}
.hp-search {
	width: 100%;
	padding: 0px;
}
.hp-search ul li label {
	text-align: left;
}
.dspdp-search-box, .hp-search {
	width: 100%;
}
.banner_con {
	width: 100%;
	overflow: hidden;
}
.featuredmembers ul li {
	padding-bottom: 5px;
}
.header a{
	line-height:25px;
}
.nav{
	line-height:0px;
	padding:15px 0 0 0;
	width:100%;
	text-align:center;
}
.logo{
	width:100%;
}
.logo a{
	width:100%;
	background-position:center top;
	padding:0px;
}
.hp-search{
	margin-top:2px;
}
.hp-search ul li div{
	float:left;
}
.hp-search ul li select {
	margin: 0 0 0 4%;
	width:91%;
}
.feature {
	width: 290px;
	margin: auto;
}
.feature-li {
	display: none;
}
.success_story_container{
    width: 90%;
    padding: 0 5%;
  }

  .success_story_card{
    flex-direction: column;
    gap: 16px;
    padding: 18px;
  }

  .success_story_media{
    flex: none;
    width: 100%;
  }

  .success_story_media img{
    height: 200px;
  }

  .success_story_content h2{
    text-align: center;
  }

  .success_story_content p{
    text-align: left;
  }
  .maintext p{
    padding: 10px 0;
    margin-bottom: 10px;
    line-height: 26px;
  }
}
@media (max-width: 980px) {
.featuredmembers{
	text-align: center;
	padding: 10px;
}
.featuredmembers ul.profiles-full li, .featuredmembers ul.profiles-full li .profileInfo, .member_actionss, .member_actionss a{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.featuredmembers ul.profiles-full li .seoUserInfo {
    width: 100%;
}
.featuredmembers, ul.profiles-full {
    width: auto;
    height: auto;
}
.featuredmembers ul.profiles-full li{
    clear: both;
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.featuredmembers ul.profiles-full li a{
    text-align: center;
	width: 100%;
}
.featuredmembers ul.profiles-full li .thumbnail{
    display: inline-block;
    float: none;
}
.featuredmembers ul.profiles-full li .username{
    padding: 0;
}
.featuredmembers ul.profiles-full li .profileInfo{
    margin: auto;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    float: none;
}
}
@media screen and (max-width: 768px){
  .maintext-btn{
    width: 80%;
    max-width: 300px;
    padding: 16px 0;
  }
}