body { width: 100%; height: 100%; /* min-width: 1200PX; */ margin: 0; } .cont { width: 100%; height: 100%; } .head { width: 100%; height: 8.7%; } .flex { display: flex; } .head img { width: 100%; height: 100%; } .content { width: 100%; height: 87%; background-color: #f1f1f1; align-items: center; justify-content: center; } .content_wrap { width: 62.5%; height: 100%; background-color: #ffffff; flex-direction: column; } .content_wrap .subCon01 { width: 100%; height: 10.5%; margin-top: 16%; justify-content: space-between; } .content_wrap .subCon01 .subImg01 { width: 62.5%; height: 100%; } .content_wrap .subCon01 .subImg01 img { width: 100%; height: 100%; } .subText01 { width: 32%; height: 50%; flex-direction: column; margin-top: 21%; } .subText01 .bar { width: 22%; margin-bottom: 13%; } .subText01 .subTitle { width: 38.5%; margin-bottom: 23%; } .subText01 .sub_con { width: 90%; } .subCon02 { width: 100%; height: 11.5%; flex-direction: column; align-items: center; margin-top: 21%; } .subCon02 .sub_con02_title { width: 17%; margin-bottom: 10%; } .sub_con02_text { width: 66%; margin-bottom: 13%; } .sub_con02_img { width: 100%; } .subCon03 { width: 100%; height: 19.3%; flex-direction: column; align-items: center; margin-top: 21%; } .sub_con03_title { width: 17%; margin-bottom: 10%; } .sub_con03_text { width: 66%; margin-bottom: 13%; } .sub_con03_img { width: 100%; } .subCon04 { width: 100%; height: 23%; flex-direction: column; align-items: center; margin-top: 21%; position: relative; } .sub_con04_title { width: 17%; margin-bottom: 10%; } .sub_con04_text { width: 55.6%; height: 89.8%; z-index: 4; } .sub_con04_img { position: absolute; bottom: -16%; width: 100%; z-index: 2; } .sub_con04_hide { position: absolute; z-index: 5; width: 30%; bottom: -7%; left: 16%; } .subCon05 { width: 100%; height: 17.5%; flex-direction: column; align-items: center; margin-top: 21%; margin-bottom: 13%; } .sub_con05_title { width: 17%; margin-bottom: 10%; } .sub_con05_img { width: 100%; justify-content: space-between; } .sub_con05_img img { width: 16.1%; } .foot { width: 100%; height: 4.5%; background-color: black; } .foot img { width: 100%; } .subText01 div { font-size: 1rem; line-height: 1.875rem; margin-right: 9%; width: 90%; /* height: 51.5%; */ } .subCon02 div{ font-size: 1rem; line-height: 1.875rem; width: 66%; margin-bottom: 13%; } .subCon03 div { font-size: 1rem; line-height: 1.875rem; width: 66%; margin-bottom: 13%; } .sub_con05_text { width: 28%; margin-bottom: 13%; flex-direction: column; align-items: center; /* justify-content: space-between; */ } .con_text { width: 100%; align-items: center; } .con_text_title { width: 55%; text-align: right; font-size: 1rem; line-height: 1.875rem; margin-right: 2.8%; } .con_text_con { text-align: left; font-size: 1rem; line-height: 1.875rem; margin-left: 2.8%; } @media screen and (max-width: 768px) { .content_wrap{ width: 100%; } .content_wrap .subCon01{ flex-direction: column; align-items: center; } .subText01,.subCon02 div,.subCon03 div,.sub_con05_text { width: 90%; } .subCon04 .sub_con04_wrap { width: 95%; /* height: 853px; */ } .subCon04 .sub_con04_wrap .oneList .title .txt { font-size: 1.125rem; } .subCon04 .sub_con04_wrap .oneList .content p { width: 100%; margin-left: 3%; line-height: 1.875rem; font-size: .625rem; font-weight: 500; letter-spacing: .0625rem; } .sub_con04_img { position: absolute; bottom: -3%; width: 100%; z-index: 2; } .sub_con04_hide { position: absolute; z-index: 5; width: 40%; bottom: 1%; left: -2%; } } .sub_con04_wrap { width: 55.6%; height: 1000px; flex-direction: column; justify-content: space-between; z-index: 3; } .sub_con04_wrap .oneList { width: 100%; height: 19.3%; /* background-color: #fffaee; */ position: relative; margin-bottom: 5%; } .sub_con04_wrap .oneList .title { flex-direction: column; align-items: center; justify-content: center; width: 23.5%; height: 100%; background: linear-gradient(90deg, #c09b6d, #e0c49f); } .sub_con04_wrap .oneList .title .txt { font-size: 1.25rem; color: white; font-weight: bold; letter-spacing: .125rem; margin-bottom: 10%; } .sub_con04_wrap .oneList .title img { width: 70%; } .sub_con04_wrap .oneList span { width: 2.1%; height: 8.8%; background-color: #fffaee; position: absolute; left: 23.5%; top: 42%; /* outline: 2px solid skyblue; */ background-repeat: no-repeat; background-image: linear-gradient(32deg, #e0c49f 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(148deg, #e0c49f 50%, rgba(255, 255, 255, 0) 50%); background-size: 100% 50%; background-position: top left, bottom left; } .sub_con04_wrap .oneList .content { width: 76.5%; height: 100%; background-color: #fffaee; color: #725a2a; align-items: center; justify-content: center; } .sub_con04_wrap .oneList .content p { margin-left: 5%; line-height: 1.875rem; font-size: 1rem; font-weight: 500; letter-spacing: .125rem; width: 100%; }