/* 专题页面的CSS文件 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

#topbanner img {
    width: 100%;
    height: auto;
    display: block; 
}

#intro1 {
    position: relative;
    width: 100%;
}

#intro1 .intro1-bg {
    width: 100%;
    height: auto;
    display: block;
}

#intro1 .content {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

#intro1 .content p {
    margin-bottom: 50px;
    letter-spacing: .3rem;
    font-weight: 500;
    font-size: 2rem;
}

.sub-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
 
.image-container img {
    width: 420px;
    height: 420px;
}
 
.info-container {
    max-width: 700px;
    margin-left: 80px;
    margin-top: 20px;
}
 
.info-item {
    display: flex;
    margin-bottom: 20px;
    height: 45px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
 
.key {
    background-image: url('../imgs/goldBG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 12px 20px;
    color: black;
    font-size: .9rem;
    font-weight: bolder;
    width: 120px;
    height: 45px;
    margin-bottom: 19px;
}
 
.value {
    padding: 12px 20px;
    color: black;
    font-size: .9rem;
    text-align: left;
    width: 596px;
    height: 45px;
}
 
.value.odd {
    background-image: url('../imgs/sliverBG1.jpg');
}
 
.value.even {
    background-image: url('../imgs/sliverBG2.jpg');
}

#intro2 {
    background-color: #FCF9EE;
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    position: relative;
}

#intro2 .intro2-star {
    position: absolute;
    left: -34px;
    top: 15%;
    width: 120px;
    height: auto;
}

#intro2 .intro2-ribbon-right {
    position: absolute;
    left: -40px;
    top: 85%;
    width: 220px;
    height: auto;
    transform: rotate(10.2deg);
    z-index: 10;
}


#intro2 .intro2-ribbon {
    position: absolute;
    right: -2px;
    top: 3%;
    width: 220px;
    height: auto;
    transform: rotate(24.2deg);
}

#intro2 .intro2-header {
    text-align: center;
    margin-bottom: 40px;
}

#intro2 .intro2-en-title {
    font-family: "Microsoft YaHei-Bold", "微软雅黑", sans-serif;
    font-size: 20px;
    color: #BB8D4D;
    line-height: 23px;
    margin-bottom: 24px;
}

#intro2 .intro2-cn-title {
    font-family: "Microsoft YaHei-Bold", "微软雅黑", sans-serif;
    font-weight: bolder;
    font-size: 42px;
    color: #31271E;
    line-height: 48px;
    margin-bottom: 30px;
}

#intro2 .intro2-divider {
    width: 40px;
    height: 3px;
    background-color: #BB8D4D;
    margin: 0 auto 30px;
}

#intro2 .intro2-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
}

#intro2 .intro2-card {
    width: 288px;
    height: 305px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

#intro2 .intro2-card:hover {
    transform: scale(1.05);
}

#intro2 .intro2-card-img {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

#intro2 .intro2-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#intro2 .intro2-card-badge {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #B87A3D;
    color: #fff;
    font-family: "Microsoft YaHei-Bold", "微软雅黑", sans-serif;
    font-size: 25px;
    font-weight: bolder;
    line-height: 33px;
    padding: 6px 24px;
    border-radius: 20px;
    white-space: nowrap;
}

#intro2 .intro2-card-content {
    font-family: "Microsoft YaHei-Regular", "微软雅黑", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: center;
    padding: 60px 20px 20px;
    white-space: pre-line;
} 

#intro3 {
    background-color: #F1EAE3;
    width: 100%;
    height: 871px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#intro3 .intro3-ribbon-right1 {
    position: absolute;
    right: -80px;
    top: -30px;
    width: 380px;
    height: auto;
    transform: rotate(3.2deg);
    z-index: 10;
}

#intro3 .intro3-ribbon-right2 {
    position: absolute;
    right: -80px;
    top: 800px;
    width: 240px;
    height: auto;
    transform: rotate(3.2deg);
    z-index: 10;
}


#intro3 .intro3-ribbon-left1 {
    position: absolute;
    left: -10px;
    top: 500px;
    width: 380px;
    height: auto;
    transform: rotate(3.2deg);
    z-index: 10;
}


#intro3 .intro3-butterfly {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

#intro3 .intro3-butterfly img {
    width: auto;
    height: auto;
    display: block;
}

#intro3 .intro3-content {
    width: 1200px;
    height: 539px;
    margin-top: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#intro3 .intro3-top-bar {
    width: 100%;
    height: 73px;
    background-color: #B69071;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    box-sizing: border-box;

}

#intro3 .intro3-top-bar span {
    font-family: "Microsoft YaHei-Regular", "微软雅黑", sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 73px;
}

#intro3 .intro3-title-wrapper {
    width: 100%;
    background: radial-gradient(circle 800px at top left, #FDF9EA , #EDD8BD );
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 0 0 12px 12px;
    position: relative;
    box-shadow: 0 30px 60px rgba(255, 255, 255, 1);
}

#intro3 .intro3-title-area {
    width: 83%;
    height: 154px;
    background-color: #B69071;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

#intro3 .intro3-title {
    font-family: "Microsoft YaHei-Bold", "微软雅黑", sans-serif;
    font-size: 42px;
    font-weight: bolder;
    color: #fff;
    line-height: 48px;
    margin: 0;
    text-align: center;
}

#intro3 .intro3-ribbon {
    background-color: #9B7557;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding: 0 40px;
}

#intro3 .intro3-ribbon::before,
#intro3 .intro3-ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: #9B7557;
}

#intro3 .intro3-ribbon::before {
    left: -10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%);
}

#intro3 .intro3-ribbon::after {
    right: -10px;
    clip-path: polygon(0 0, 100% 0, 70% 50%, 100% 100%, 0 100%);
}

#intro3 .intro3-ribbon span {
    font-family: "Microsoft YaHei-Regular", "微软雅黑", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    white-space: nowrap;
}

#intro3 .intro3-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px auto 0;
    width: 83%;
}

#intro3 .intro3-card {
    width: 360px;
    height: 160px;
    border: 1px solid #B69071;
    background-color: #F7E5CD;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px 15px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

#intro3 .intro3-card:hover {
    transform: scale(1.05);
}

#intro3 .intro3-card h3 {
    font-family: "Microsoft YaHei-Bold", "微软雅黑", sans-serif;
    font-size: 24px;
    font-weight: bolder;
    color: #5C2E0E;
    margin: 0 0 12px;
    line-height: 30px;
}

#intro3 .intro3-card-divider {
    width: 80%;
    height: 1px;
    background-color: #B69071;
    position: relative;
    margin-bottom: 12px;
}

#intro3 .intro3-card-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #B69071;
    border-radius: 50%;
}

#intro3 .intro3-card p {
    font-family: "Microsoft YaHei-Regular", "微软雅黑", sans-serif;
    font-size: 16px;
    color: #5C2E0E;
    line-height: 24px;
    text-align: center;
    margin: 0;
    white-space: pre-line;
}

#intro3 .intro3-consult-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 25px auto 0;
    padding: 10px 40px;
    background: linear-gradient(to right, #FDE4AC, #C99259);
    border-radius: 30px;
    border: none;
    outline: none;
    font-family: inherit;
    cursor: pointer;
    width: 23%;
    transition: transform 0.3s ease;
}

#intro3 .intro3-consult-btn:hover {
    transform: scale(1.05);
}

#intro3 .intro3-consult-btn img {
    width: 20px;
    height: 20px;
}

#intro3 .intro3-consult-btn span {
    font-family: "Microsoft YaHei-Regular", "微软雅黑", sans-serif;
    font-size: 16px;
    color: #5C2E0E;
    line-height: 21px;
    font-weight: bold;
}

#intro3 .intro3-remark {
    font-family: "Microsoft YaHei-Regular", "微软雅黑", sans-serif;
    font-size: 14px;
    color: #999;
    margin: 20px auto 0;
    text-align: center;
    line-height: 20px;
}

#intro4 {
    background-image: url('../imgs/banner2.jpg');
    background-size: cover; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 849px; 
    display: flex; 
    align-items: flex-start;
    padding-top: 80px;
    position: relative;
}

#intro4 .content {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    
}

#intro4 .content p {
    margin-bottom: 50px;
    letter-spacing: .3rem;
    font-weight: 500;
    font-size: 2rem;
    color: white;
}

#consult .consult-gift-right {
    position: absolute;
    right: -170px;
    top: 470px;
    width:360px;
    height: auto;
    transform: rotate(3.2deg);
    z-index: 10;
}

#consult .consult-ribbon-left {
    position: absolute;
    left: -60px;
    top: 680px;
    width:300px;
    height: auto;
    transform: rotate(3.2deg);
    z-index: 10;
}




.carousel-item {
  position: relative;
  text-align: left;
  color: #333;
  background: rgba(255, 255, 255, 1);
  padding-bottom: 38px;
}
 
.carousel-item .title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 55px;
  border-radius: 5px;
  color: #333;
  margin-bottom: 10px;
  line-height: 86px;
}
 
.carousel-item .job-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  line-height: 70px;
  padding-left: 55px
}
 
.carousel-item .story {
  font-size: 1rem;
  letter-spacing: .1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 717px;
  padding-top: 23px;
  padding-left: 55px;
  padding-bottom: 23px;
}
 
.carousel-item .remarks {
  margin-bottom: 20px;
  background: linear-gradient(to right, #ecedf0, rgba(255, 242, 210, 0));
}
 
.carousel-item .remarks .remark-item {
  font-size: 1.1rem;
  letter-spacing: .2rem;
  font-weight: bold;
  padding: 8px;
  color: #555;
  padding-left: 55px;
  max-width: 717px;
  line-height: 2rem;
}
 
.carousel-item .image {
  position: absolute;
  top: 66px;
  right: 27px;
  width: 317px;
  height: auto;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
 
.carousel-item .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.el-carousel__container{
    width: 1200px;
}

#intro4 .content .remark {
    margin-left: 55px;
    margin-top: 28px;
    color: white;
    font-size: .8rem;
    text-align: left;
} 

#consult {
    background-color: #FDF9F5;
    width: 100%;
    padding: 80px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#consult .consult-header {
    text-align: center;
    margin-bottom: 50px;
}

#consult .consult-en-title {
    font-family: "Microsoft YaHei-Regular", "微软雅黑", sans-serif;
    font-size: 20px;
    color: #BB8D4D;
    line-height: 28px;
    margin: 0 0 16px;
}

#consult .consult-cn-title {
    font-family: "Microsoft YaHei-Bold", "微软雅黑", sans-serif;
    font-size: 42px;
    font-weight: bolder;
    color: #31271E;
    line-height: 59px;
    margin: 0 0 20px;
}

#consult .consult-divider {
    width: 40px;
    height: 3px;
    background-color: #BB8D4D;
    margin: 0 auto;
}

#consult .consult-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
}

#consult .consult-form-wrapper {
    width: 64%;
    height: 508px;
    background-color: #F5EDE8;
    border-radius: 12px;
    border: 1px solid #E0D5CC;
    padding: 40px 50px;
    box-sizing: border-box;
    overflow: hidden;
}

#consult .consult-image {
    width: 34%;
    height: 508px;
    border-radius: 12px;
    overflow: hidden;
}

#consult .consult-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#consult .consult-remark {
    font-family: "Microsoft YaHei-Regular", "微软雅黑", sans-serif;
    font-size: 14px;
    color: #999;
    margin-top: 30px;
    text-align: center;
    line-height: 20px;
}

/* entryForm 表单样式 */

#formContainer form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-top: 60px;
}

#formContainer form > h3 {
    display: none;
}

#formContainer label.labelText {
    display: block;
    width: 100%;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 20px;
    color: #31271E;
    margin-bottom: 14px;
    line-height: 20px;
}

#formContainer .form-group {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

#formContainer .form-control {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 20px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #E0D5CC;
    font-size: 14px;
    box-shadow: none;
    margin: 0;
}

/* 验证码和发送验证码同行 */
#formContainer .form-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 16px;
}

#formContainer .form-inline > span {
    white-space: nowrap;
    font-size: 14px;
    color: #31271E;
}

#formContainer .form-inline .form-control {
    flex: 1;
    margin: 0 !important;
}

#formContainer .form-inline #verifyBtn {
    white-space: nowrap;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to right, #FDE4AC, #C99259);
    border-radius: 50px;
    border: none;
    font-size: 14px;
    color: #31271E;
    cursor: pointer;
    padding: 0 20px;
}

#formContainer .btn-submit {
    background: linear-gradient(to right, #FDE4AC, #C99259);
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    box-shadow: none;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    color: #31271E;
    padding: 0 20px;
    margin-top: 16px;
}

#formContainer .btn-submit img {
    height: 22px;
    width: auto;
}

.spheader {
    margin: 0;
    width: 100%;
    padding: 0;
    height: 132px;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1000;
}