
.mh-a{width: 100%;position: relative;}
.mh-img{width: 100%;}
.mh-img img{width: 100%;}
.mh-cont{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding-top: 1rem; width: 17.7rem;text-align: center;}
.mh-en{color: #ffffff;margin-bottom: .25rem;}
.mh-titles{color: #ffffff;line-height: 1.5;}
@media(max-width: 900px){ 
    .mh-cont{width: 100%; padding: 0 10px;} 
    .mh-img img{min-height: 200px;object-fit: cover;}
}

.ml-a {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: .95rem;
}

.ml-b {
    width: 17.7rem;
    margin: 0 auto;
}

.ml-cont {
    width: 100%;
}

.ml-top {
    width: 100%;
    position: relative;
    z-index: 28;
    margin-bottom: .9rem;
    margin-top: -1.55rem;
    background-color: #ffffff;
    box-shadow: 0px 6px 10px 0px rgba(41, 41, 41, 0.09);
}

.ml-c {
    width: 6.6rem;
    padding: 1.15rem .7rem;
    min-height: 8.86rem;
    background-image: url('/static/home/images/g29.png');
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.ml-titles {
    color: #000000;
    padding-bottom: .44rem;
    position: relative;
    margin-bottom: .25rem;
}

.ml-titles:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: .2rem;
    height: .02rem;
    background-color: #b48a28;
}

.ml-textbox {
 
    line-height: 2.4;
    letter-spacing: .02rem;
    color: #666666;
}

.ml-textbox * {
    line-height: inherit;
}

.ml-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 11.1rem;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ml-bottom {
    width: 100%;
    padding-left: .75rem;
    position: relative;
}

.ml-form {
    width: 100%;
}

.ml-d {
    width: 100%;
    color: #000000;
    margin-bottom: .4rem;
}

.ml-e {
    width: 100%;
    position: relative;
}

.ml-e:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.ml-left {
    float: left;
    width: 4.55rem;
}

.ml-g {
    color: #333333;
    line-height: 1.3;
    margin-bottom: .55rem;
}

.ml-list {
    display: block;
    width: 100%;
}

.ml-one {
    width: 100%;
    display: block;
    margin-bottom: .48rem;
}

.ml-icon {
    display: block;
    margin-bottom: .2rem;
    width: .6rem;
    height: .6rem;
    text-align: center;
    line-height: .56rem;
    border-radius: 50%;
    background-color: #b48a28;
    border: solid .02rem #b48a28;
}

.ml-icon img {
    max-width: 50%;
    max-height: 50%;
}

.ml-text {
    width: 100%;
}

.ml-h {
    margin-bottom: .1rem;
    color: #333333;
}

.ml-i {
    color: #999999;
}

.ml-right {
    float: right;
    width: 11.25rem;
}

.ml-item {
    width: 100%;
    font-size: 0;
    margin-bottom: .2rem;
    display: flex;

}

.ml-tip {

    color: #333333;
    line-height: .6rem;
    min-width: 3.9em;
    margin-right: 0.25em;
    flex-shrink: 0;
}

.ml-tip span {
    color: #b48a28;
}

.ml-j {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ml-k {

    flex-grow: 1;
}

.ml-l {
    display: block;
    width: 100%;
    color: #333333;
    height: .6rem;
    padding: 0 .2rem;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.ml-textarea {
    display: block;
    width: 100%;
    color: #333333;
    min-height: 120px;
    height: 1.95rem;
    line-height: .4rem;
    padding: .1rem .2rem;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.ml-m {
    width: 100%;
    padding-left: 3.9em;
}

.ml-submit {
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: #383b44;
    color: #ffffff;
    padding: .2rem 1.3rem;
    color: #ffffff;
}

.ml-submit:hover {
    background-color: #b48a28;
    color: #fff;
}

.target {
    width: 100%;
    position: absolute;
    left: 0;
    top: -1.6rem;
}

@media(min-width: 900px) {
    .ml-e:before {
        content: '';
        position: absolute;
        top: 0;
        left: 4.55rem;
        width: 1px;
        height: 100%;
        background-color: #e5e5e5;
    }

    .ml-j {
        width: 100%;
        font-size: 0;

    }

    .ml-j .ml-item {

        width: 49%;

    }


}

@media(max-width: 900px) {
    .ml-b {
        width: 100%;
        max-width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ml-top {
        margin-top: -.5rem;
    }

    .ml-c {
        width: 100%;
        min-height: 1rem;
        padding: .5rem .45rem .8rem;
    }

    .ml-map {
        position: relative;
        width: 100%;
        height: 5rem;
    }

    .ml-bottom {
        width: 100%;
        padding-left: 0;
    }

    .ml-left {
        width: 100%;
    }

    .ml-right {
        width: 100%;
    }
}
