.content-mh-head{
    padding: 32px;
}
#content-mh-1 .content-mh-head .col-5 img{
    width: 100%;
    height: auto;
}

#content-mh-1 .content-mh-head .free{
    color: #FFFFFF;
    background-color: #e65f1e;
    /* border: 1px solid #e65f1e; */
    transition: background-color 0.3s;
    height: 42px;
    padding: 9px 30px;
    line-height: 24px;
    margin-right: 2px;
}

#content-mh-1 .content-mh-head .free:hover{
    background-color: rgba(230,95,30,0.5);
}

#content-mh-2 .content-container .content{
    color: #5a5a5a!important;
}

#mh-menu{
    display: flex;
    flex-direction: row;
}

#mh-menu .mh-btn-style{
    color: #5a5a5a;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 16px 30px;
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: -1px;
}

#mh-menu .mh-btn-style.active{
    color: #FFFFFF;
    background-color: #e65f1e;
}

#mh-menu-content .mh-btn-content-style{
    padding: 3.5rem 3rem;
    border: 1px solid #DDDDDD;
}

#mh-menu-content li:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('/static/third/images/triangle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 8px;
    bottom: 2px;
}

#mh-btn-content-2 p a:hover,
#mh-btn-content-3 p a:hover{
    text-decoration: underline!important;
}

#mh-btn-content-3 img{
    width: 100%;
    height: auto;
}

#mh-btn-content-3 .free{
    color: #FFFFFF;
    background-color: #e65f1e;
    transition: background-color 0.3s;
    height: 43px;
    padding: 8px 30px;
    line-height: 27px;
}

#mh-btn-content-3 .free:hover{
    background-color: rgba(230,95,30,0.5);
}

#content-mh-4 img{
    width: 100%;
    height: auto;
}

#content-mh-4 .tips{
    display: inline-block;
    padding: 9px 30px;
}

#content-mh-4 .tips a{
    color: #e65f1e;
    line-height: 24px;
}

#content-mh-4 .tips a::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/static/third/images/arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

#content-mh-5 .toggler{
    margin: 20px 0 15px;
    cursor: pointer;
}

#content-mh-5 .toggler::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: var(--beforeImg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-right: 8px;
    top: 4px;
    transition: background-image 0.5s;
}

#content-mh-7 .content-container .col-4 img{
    width: 100%;
    height: auto;
}

#content-mh-7 .content-container .col-8 .free{
    color: #FFFFFF;
    background-color: #e65f1e;
    transition: background-color 0.3s;
    height: 43px;
    padding: 8px 30px;
    line-height: 27px;
}

#content-ms-7 .content-container .col-8 .free:hover{
    background-color: rgba(230,95,30,0.5);
}
