.hwmt-a {
    height: 400px;
    background-image: url("../images/hwmt_floor_one_a.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.hwmt-a-a {
    padding-top: 70px;
}

.hwmt-a-a-a {
    font-size: 64px;
    color: #FFFFFF;
}

.hwmt-a-a-b {
    font-size: 22px;
    color: #FFFFFF;
    margin-top: 20px;
}

.hwmt-a-a-c {
    width: 230px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    background-color: #FFFFFF;
    border-radius: 8px;
    font-size: 22px;
    color: #0053EE;
    margin-top: 50px;
    cursor: pointer;
}

.hwmt-b {
    background-color: #F6F6F6;
    padding-bottom: 100px;
}

.hwmt-b-a-a {
    font-size: 32px;
    color: #333333;
    text-align: center;
    padding-top: 100px;
}

.hwmt-b-a-b {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    margin-top: 10px;
    text-align: center;
}

.hwmt-b-a-c {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.hwmt-b-a-c-l {
    width: 600px;
    display: flex;
    align-items: center;
}

.hwmt-b-a-c:first-child {
    margin-top: 50px;
}

.hwmt-b-a-c-a {
    font-size: 22px;
    color: #333333;
    height: 50px;
    line-height: 50px;
}

.hwmt-b-a-c-b-a {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.hwmt-b-a-c-b-a-a {
    width: 48px;
    height: 48px;
}

.hwmt-b-a-c-b-a-b {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
}

.hwmt-b-a-c-r, .hwmt-b-a-c-r > img {
    width: 540px;
    height: 450px;
}

.hwmt-b-a-c:nth-child(2) {
    flex-flow: row-reverse;
}

.hwmt-c {
    background-color: #FFFFFF;
    padding: 50px 0;
}

.hwmt-c-a {
    width: 1030px;
}

.hwmt-c-a-a {
    font-size: 32px;
    color: #333333;
    line-height: 38px;
    text-align: center;
}

.hwmt-c-a-b {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    margin-top: 10px;
    text-align: center;
}

.hwmt-c-a-c {
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.hwmt-c-a-c-a {
    width: 490px;
    height: 636px;
    background-color: #dde6f5;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.hwmt-c-a-c-a-a {
    height: 50px;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    align-content: center;
}

.hwmt-c-a-c-a-b-a {
    min-height: 48px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.hwmt-c-a-c-a-b-a-a {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.hwmt-c-a-c-a-b-a:nth-child(1) .hwmt-c-a-c-a-b-a-a {
    background-image: url("../images/hwmt_floor_c_a.png");
}

.hwmt-c-a-c-a-b-a:nth-child(2) .hwmt-c-a-c-a-b-a-a {
    background-image: url("../images/hwmt_floor_c_b.png");
}

.hwmt-c-a-c-a-b-a:nth-child(3) .hwmt-c-a-c-a-b-a-a {
    background-image: url("../images/hwmt_floor_c_c.png");
}

.hwmt-c-a-c-a-b-a:nth-child(4) .hwmt-c-a-c-a-b-a-a {
    background-image: url("../images/hwmt_floor_c_d.png");
}

.hwmt-c-a-c-a-b-a:nth-child(5) .hwmt-c-a-c-a-b-a-a {
    background-image: url("../images/hwmt_floor_c_e.png");
}

.hwmt-c-a-c-a-b-a-b {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.8);
    align-content: center;
    line-height: 40px;
    margin-left: 22px;
}

.hwmt-c-a-c-a-c {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.hwmt-c-a-c-a-c > span {
    display: inline-block;
    width: 135px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 0 30px 30px 30px;
    font-size: 22px;
    color: #DDE6F5;
    cursor: pointer;
    background-color: #0053EE;
}

.hwmt-c-a-c-a:hover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.hwmt-c-a-c-a:hover .hwmt-c-a-c-a-a, .hwmt-c-a-c-a:hover .hwmt-c-a-c-a-b-a-b {
    color: #FFFFFF;
}

.hwmt-c-a-c-a:hover .hwmt-c-a-c-a-c > span {
    background-color: #DDE6F5;
    color: #0053EE;
}

.hwmt-c-a-c-a:nth-child(1):hover {
    background-image: url("../images/hwmt_floor_c_bg_a.png");
}

.hwmt-c-a-c-a:nth-child(2):hover {
    background-image: url("../images/hwmt_floor_c_bg_b.png");
}

.hwmt-c-a-c-a:nth-child(3):hover {
    background-image: url("../images/hwmt_floor_c_bg_c.png");
}

.hwmt-c-a-c-a:nth-child(4):hover {
    background-image: url("../images/hwmt_floor_c_bg_d.png");
}

.hwmt-c-a-c-a:nth-child(5):hover {
    background-image: url("../images/hwmt_floor_c_bg_e.png");
}

.hwmt-c-a-c-a:nth-child(6):hover {
    background-image: url("../images/hwmt_floor_c_bg_f.png");
}

.hwmt-c-a-c-a:hover .hwmt-c-a-c-a-b-a:nth-child(1) .hwmt-c-a-c-a-b-a-a {
    background-image: url("../images/hwmt_floor_c_bg_a_active.png");
}

.hwmt-c-a-c-a:hover .hwmt-c-a-c-a-b-a:nth-child(2) .hwmt-c-a-c-a-b-a-a {
    background-image: url("../images/hwmt_floor_c_bg_b_active.png");
}

.hwmt-c-a-c-a:hover .hwmt-c-a-c-a-b-a:nth-child(3) .hwmt-c-a-c-a-b-a-a {
    background-image: url("../images/hwmt_floor_c_bg_c_active.png");
}

.hwmt-c-a-c-a:hover .hwmt-c-a-c-a-b-a:nth-child(4) .hwmt-c-a-c-a-b-a-a {
    background-image: url("../images/hwmt_floor_c_bg_d_active.png");
}

.hwmt-c-a-c-a:hover .hwmt-c-a-c-a-b-a:nth-child(5) .hwmt-c-a-c-a-b-a-a {
    background-image: url("../images/hwmt_floor_c_bg_e_active.png");
}

.hwmt-d {
    background-color: #F6F6F6;
    padding: 50px 0;
}

.hwmt-d-a-a {
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.hwmt-d-a {
    width: 1080px;
}

.hwmt-d-a-b {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    text-align: center;
    margin-top: 10px;
}

.hwmt-d-a-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 50px;
}

.hwmt-d-a-c-a {
    width: 520px;
    height: 520px;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 20px;
}

.hwmt-d-a-c-a-a {
    margin-top: 20px;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}

.hwmt-d-a-c-a-b-a {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.hwmt-d-a-c-a-b-a-a {
    width: 24px;
    height: 24px;
    margin: 0 14px;
}

.hwmt-d-a-c-a-b-a-b {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.8);
    line-height: 40px;
}

.hwmt-d-a-c-a:nth-child(1) {
    background-color: #BBE4F7;
}

.hwmt-d-a-c-a:nth-child(2) {
    background-color: #B0BDFC;
}

.hwmt-d-a-c-a:nth-child(3) {
    background-color: #FECEF7;
}

.hwmt-d-a-c-a:nth-child(4) {
    background-color: #E1D3FB;
}

.hwmt-d-a-c-a:nth-child(5) {
    background-color: #CCE7BE;
}

.hwmt-d-a-c-a:nth-child(6) {
    background-color: #FFEBA9;
}

.hwmt-d-a-c-a:nth-child(7) {
    background-color: #F8CE92;
}

.hwmt-d-a-c-a:nth-child(8) {
    background-color: #CFE4FF;
}

.hwmt-e {
    background-color: #DDE6F5;
    padding: 50px 0;
}

.hwmt-e-a-a {
    font-size: 32px;
    color: #333333;
    text-align: center;
}

.hwmt-e-a-b {
    text-align: center;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    margin-top: 10px;
}

.hwmt-e-a-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

.hwmt-e-a-c-a, .hwmt-e-a-c-a-a {
    width: 200px;
    height: 100px;
    box-sizing: border-box;
}

.hwmt-f {
    background-color: #F6F6F6;
    padding: 100px 0;
}

.hwmt-f-a-a {
    text-align: center;
    font-size: 32px;
    color: #333333;
}

.hwmt-f-a-b {
    text-align: center;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
}

.hwmt-f-a-c {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.hwmt-f-a-c-a {
    width: 150px;
    height: 150px;
    border-width: 13px;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 24px;
}

.hwmt-f-a-c-a-a {
    color: #333333;
}

.hwmt-f-a-c-a-b {
    margin-top: 10px;
}

.hwmt-f-a-c-a:nth-child(1) .hwmt-f-a-c-a-b {
    color: #FDD505;
}

.hwmt-f-a-c-a:nth-child(1) {
    border: 12px solid #FDD505;
}

.hwmt-f-a-c-a:nth-child(2) .hwmt-f-a-c-a-b {
    color: #AAE034;
}

.hwmt-f-a-c-a:nth-child(2) {
    border: 12px solid #AAE034;
}

.hwmt-f-a-c-a:nth-child(3) .hwmt-f-a-c-a-b {
    color: #5BCBC2;
}

.hwmt-f-a-c-a:nth-child(3) {
    border: 12px solid #5BCBC2;
}

.hwmt-f-a-c-a:nth-child(4) .hwmt-f-a-c-a-b {
    color: #65BFD3;
}

.hwmt-f-a-c-a:nth-child(4) {
    border: 12px solid #65BFD3;
}

.hwmt-f-a-c-a:nth-child(5) .hwmt-f-a-c-a-b {
    color: #5381DA;
}

.hwmt-f-a-c-a:nth-child(5) {
    border: 12px solid #5381DA;
}

.hwmt-f-a-c-a:nth-child(6) .hwmt-f-a-c-a-b {
    color: #5D68C9;
}

.hwmt-f-a-c-a:nth-child(6) {
    border: 12px solid #5D68C9;
}