body{
    font-family: Merriweather,Georgia,serif;
    font-size: 16px;
    color: #000;
}
*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
}
p {
    line-height: 25px;
}
.mobileShow {
    display: none;
}
.pageWidth{
    width:100%;
    max-width:1300px;
    margin:0 auto;
    padding:0 15px;
}
p a{
    text-decoration:none;
    color: #B22A1D;
}
a{
    text-decoration:none;
    color:#fff;
}
a:hover{
    text-decoration: underline;
}
.btn {
    background: #f05f40;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 35px;
    margin: 50px 0 0 0;
    display: inline-block;
}


.header{
    background: #000000;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #2a2828;
    position: fixed;
    left: 0;
    top: 0;
}
.header .logo a{
    background: url(logo1.png) no-repeat left center;
    background-size: cover;
    float: left;
    width:180px;
    height: 20px;
    margin: 4px 0 0 0;
}
.header .topNav {
    float: right;
    padding: 5px 0 0 100px;
}
.header .topNav a{
    padding: 0 50px 0 0;
    color: #fff;
}
.header .topNav a.current{
    color: #399;
}
.header .topBtns {
    float: right;
}
.header .topBtns a.signin{
    border: 1px solid #B22A1D;
    color: #B22A1D;
    background: #fff;
}
.header .topBtns a{
    width: 68px;
    height: 24px;
    border-radius: 50px;
    background:#000000;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin: 0 0 0 15px;
    font-size: 15px;
    padding: 5px 20px;
    border: 1px solid #000000;
}
.section01 {
    padding: 100px 15px 50px; /* 上120px，下50px */
}

.section01 .featuredImg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto 50px; /* 上20px，下50px，左右居中 */
    border-radius: 6px;
}
.section01 h1 {
    font-size: 28px;
    padding-bottom: 50px;
    padding-top:50px;
	text-align:center
}
.section01 p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom:25px;
}
section01 .featuredImg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 6px;
}

.featuredImg img {
    max-width: 100%;   /* 手机端自动缩放 */
    width: 800px;      /* 桌面端最大宽度 */
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}
.section01 h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}
.section01 h3 {
    margin-top: 22px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}
.section01 p,
.section01 h2,
.section01 h3 {
    text-align: left;       /* 左对齐文字 */
    max-width: 800px;       /* 最大宽度和段落一致 */
    margin: 0 auto 10px;    /* 居中容器，并在下方留空隙 */
}
.section01 ul {
    list-style: disc inside;
    padding-left: 20px;   /* 缩进和段落对齐 */
    margin: 0 auto 20px;
    max-width: 800px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}
.section01 ul li a {
    color: #f05f40;
}
.footer {
    width: 100%;
    float: left;
    padding:20px 0;
    background: #000000;
    color:#fff;
}
.footer .footLinks{
    width: 100%;
    float: left;
}
.footer .footLinks dl{
    float: left;
    width: 25%;
}
.footer .footLinks dl dt{
    font-weight: bold;
    padding: 0 0 15px 0;
}
.footer .footLinks dl dd{
    padding: 7px 0;
}
.footer .copyRight {
    width: 100%;
    float: left;
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}
.menuBtn{
    display: none;
}
.mask{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.mobileFootNav{
    display: none;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 12px 15px;
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
}
.mobileFootNav a{
    text-align: center;
    float: left;
    padding-right: 32px;
    font-size: 12px;
    color:#B22A1D;
}
.mobileFootNav a i{
    display: block;
}
.mobileFootNav .join {
    border: 1px solid #B22A1D;
    border-radius: 20px;
    color: #B22A1D;
    padding: 8px 25px;
    float: right;
    margin-top: 8px;
}
/* ----------------------------
   MEDIA QUERIES
---------------------------- */
@media screen and (max-width:1024px) {
    .memberCard {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .memberCard {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .membersGrid {
        gap: 15px;
    }
    .memberInfo .bio {
        -webkit-line-clamp: 5;
    }
	 .section01 h2 {
        font-size: 20px;
    }
	.section01 .featuredImg {
        width: 100%;  /* 手机端全宽 */
        height: auto;
		margin: 20px 0 30px; 
    }
}

/* ----------------------------
   ORIGINAL MEDIA QUERIES
---------------------------- */
@media screen and (min-width:769px) {
    .topNav {
        display: block!important;
    }
}
@media screen and (max-width:768px) {
    .mobileShow {
        display: block;
    }
    .btn {
        margin-top: 0px;
    }
    .mobileFootNav{
        display: block;
    }
    .header {
        z-index: 1;
    }
    .footer .copyRight {
        line-height: 25px;
        margin-top: 10px;
    }
    .menuBtn {
        display: block;
        width: 30px;
        float: right;
    }
    .menuBtn span {
        width: 100%;
        height: 2px;
        margin: 5px 0;
        background: #fff;
        display: block;
    }
    .header .topNav{
        position: absolute;
        width: 100%;
        background: #2a2828;
        left: 0;
        top: 67px;
        padding: 15px;
        z-index: 1;
    }
    .header .topNav a {
        width: 100%;
        padding: 10px 0;
        display: block;
    }
    .topBtns {
        display: none;
    }
}
@media screen and (max-width:568px) {
    .section01 .btn,{
        margin-top: 30px;
    }
    .footer .footLinks dl {
        width: 100%;
        margin-bottom: 20px;
    }
    .section01 h2{
        font-size: 22px;
        margin-top: 50px;
        padding-bottom: 20px;
        width: 100%;
        float: left;
    }
    .section01 h2 {
        margin: 0px;
    }
    .section01 {
        padding: 60px 0;
    }
    
}