/* 专题页面的css文件 */

html, body {
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

#topbanner img {
    width: 100%;
    height: auto;
    display: block; 
}

#intro1 img {
    width: 100%;
    height: auto;
    display: block; 
}

/* intro2 专业介绍 */
#intro2 {
    background-color: #FCF9EE;
    padding: 30px 0 20px;
    position: relative;
    z-index: 2;
}

.intro2-star {
    position: absolute;
    top: 0;
    left: -20px;
    width: 70px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.intro2-ribbon {
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 100px;
    height: auto;
    z-index: 10;
    pointer-events: none;
}


.intro2-header {
    text-align: center;
    margin-bottom: 24px;
    padding: 0 20px;
}

.intro2-english {
    font-size: 12px;
    line-height: 17px;
    color: #BB8D4D;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.intro2-chinese {
    font-size: 20px;
    line-height: 28px;
    color: #31271E;
    font-weight: bold;
    margin-bottom: 10px;
}

.intro2-divider {
    width: 40px;
    height: 2px;
    background-color: #BB8D4D;
    margin: 0 auto;
}

.intro2-carousel-wrapper {
    overflow: hidden;
    width: 100%;
    margin-bottom: 16px;
}

.intro2-carousel-track {
    display: flex;
    animation: intro2Scroll 20s linear infinite;
    width: max-content;
}

.intro2-carousel-track:hover {
    animation-play-state: paused;
}

@keyframes intro2Scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.intro2-card {
    flex: 0 0 260px;
    margin: 0 12px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.intro2-card-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.intro2-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.intro2-card-desc {
    position: relative;
    padding: 30px 16px 16px;
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.intro2-card-title-btn {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 165px;
    height: 40px;
    background-color: #C47739;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
    z-index: 2;
}

.intro2-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
}

.intro2-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E0D5C0;
    display: inline-block;
}

.intro2-dot.active {
    background-color: #BB8D4D;
}


/* intro3 周年庆优惠回馈 */
#intro3 {
    background-color: #F1EAE3;
    width: 100%;
    margin: 0 auto;
    padding-top:80px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.intro3_1 {
    position: relative;
    background-color: #EDD8BD;
    margin: 0 15px;
    padding-bottom: 24px;
    box-shadow: 4px 4px 15px rgba(255, 255, 255, 0.8), 6px 6px 25px rgba(255, 255, 255, 0.5);
    overflow: visible;
    border-radius: 10px;
}

.intro3-butterfly {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    z-index: 10;
    pointer-events: none;
}

.intro3-ribbon {
    position: absolute;
    bottom: -140px;
    left: -30px;
    width: 140px;
    height: auto;
    z-index: 10;
    pointer-events: none;
}

.intro3_1_1 {
    background-color: #B69071;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
}

.intro3-english {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
}

.intro3_1_2 {
    background-color: #B69071;
    padding: 16px 0px;
    margin: 0 12px;
    text-align: center;
    border-radius: 10px;
}

.intro3-title {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.intro3_1_2_1 {
    background-color: #9B7557;
    padding: 8px 12px;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.intro3-sub-title {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.intro3-cards {
    padding: 16px 12px 0;
}

.intro3-card {
    background-color: #F5E6D0;
    border: 1px solid #C9A47A;
    border-radius: 10px;
    padding: 18px 16px;
    margin-bottom: 14px;
    text-align: center;
}

.intro3-card-title {
    font-size: 20px;
    line-height: 26px;
    color: #521F09;
    font-weight: bold;
    margin-bottom: 10px;
}

.intro3-card-divider {
    width: 100%;
    height: 1px;
    background-color: #C9A47A;
    position: relative;
    margin: 10px 0;
}

.intro3-card-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #521F09;
    border-radius: 50%;
}

.intro3-card-content {
    font-size: 16px;
    line-height: 22px;
    color: #521F09;
}

.intro3-consult-area {
    text-align: center;
    padding: 10px 12px 0;
}

.intro3-consult-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(to right, #FDE4AC, #C99259);
    border: none;
    border-radius: 30px;
    padding: 12px 40px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #3D2000;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.intro3-consult-btn:active {
    opacity: 0.85;
}

.intro3-consult-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.intro3-remark {
    font-size: 12px;
    line-height: 18px;
    color: #9B7557;
    margin-top: 12px;
    text-align: center;
}





/* entryform 表单样式  */

form {
	width: 100% !important;
	margin: 0 auto;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.form-group{
	width: 100% !important;
	height: auto !important;
	border-radius: 0 !important;
	overflow: visible !important;
	margin: 0 0 16px 0 !important;
}

.labeltext {
	display: block !important;
	font-size: 14px;
	color: #4A3A2E;
	margin-bottom: 6px;
	font-weight: 500;
	text-align: left;
}

.form-control{
	width: 100% !important;
	height: 42px !important;
	font-size: 14px !important;
	padding: 0 12px !important;
	border: 1px solid #E0D8CE !important;
	border-radius: 10px !important;
	box-sizing: border-box !important;
	background: #ffffff !important;
}

.btn-submit {
    background: linear-gradient(135deg, #D4A76A, #B8893A) !important;
    border-radius: 25px !important;
    width: 100% !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 12px 0 !important;
    border: none !important;
    color: #ffffff !important;
    cursor: pointer;
    margin-top: 4px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    height: auto !important;
}

.btn-submit::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: url('../imgs/call_consult.png') no-repeat center / contain;
    vertical-align: middle;
    flex-shrink: 0;
}

.view_box_common{
  width:92%;
  margin:0 auto;
}

.view_box_content_column{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
}

.view_box_column_symmetry{
  display:flex;
  justify-content:space-between;
  flex-direction:column;
}

.experienceView{
	padding: 10px 0;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #303133;
}

/* ===== consult 免费咨询区块 ===== */
#consult {
    background-color: #FCF9EE;
    padding: 40px 0 30px;
    text-align: center;
}

.consult-english {
    font-size: 12px;
    line-height: 17px;
    color: #BB8D4D;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.consult-chinese {
    font-size: 20px;
    line-height: 28px;
    color: #31271E;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0 20px;
}

.consult-img {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.consult-img img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.consult-form-wrapper {
    width: 335px;
    margin: 0 auto 20px;
    background-color: #F1EAE3;
    border: 1px solid #BFB4A9;
    border-radius: 10px;
    padding: 20px 16px;
    box-sizing: border-box;
}

.consult-remark {
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    text-align: center;
    padding: 0 20px;
}