@media screen and (max-width: 340px) {
    .prev, .next {
        width: 18% !important
    }
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    color: #ac9455;
    outline: none !important;
    text-decoration: none
}

    a:focus {
        color: #ac9455;
        text-decoration: none
    }

    a:hover {
        text-decoration: none
    }

button, input {
    -webkit-appearance: none
}

.main-content {
    width: 90.625%;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 1.4rem
}

    .main-content:first-child {
        padding-top: 0
    }

.bg {
    margin-bottom: 15px;
    padding: 20px 0;
    background: #f7f7f7
}

.j-selector {
    position: relative
}

    .j-selector .switch, .j-selector .input {
        position: relative;
        width: 100%;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ac9455;
        border-radius: 0;
        color: #8c8f94;
        background: #fff;
        text-indent: 3.7931%
    }

        .j-selector .switch.unfolded, .j-selector .input.unfolded {
            box-shadow: 2px 2px 8px #ddd
        }

    .j-selector .sign, .j-selector .scd-sign {
        position: absolute;
        top: 11px;
        right: 2.58620%;
        color: #ac9455;
        font-size: 1.4rem;
        transition: all .3s ease-in
    }

        .j-selector .sign.closed, .j-selector .scd-sign.closed {
            -webkit-transform: rotateZ(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotateZ(-180deg)
        }

        .j-selector .sign.clear, .j-selector .scd-sign.clear {
            font-size: 1.4rem
        }

    .j-selector .menu, .j-selector .scd-menu {
        display: none;
        position: absolute;
        z-index: 3;
        top: 36px;
        left: 0;
        width: 100%;
        border: 1px solid #ac9455;
        border-top: none;
        background: #fff
    }

        .j-selector .menu.unfolded, .j-selector .scd-menu.unfolded {
            box-shadow: 2px 2px 8px #ddd
        }

        .j-selector .menu .option, .j-selector .scd-menu .option {
            position: relative;
            color: #8c8f94;
            font-size: 1.4rem
        }

            .j-selector .menu .option:first-child .link, .j-selector .scd-menu .option:first-child .link {
                border-top: none
            }

            .j-selector .menu .option .link, .j-selector .scd-menu .option .link {
                position: relative;
                display: block;
                width: 100%;
                height: 43px;
                line-height: 43px;
                border-top: 1px solid #ac9455;
                padding-left: 7.58620%;
                color: #222328
            }

                .j-selector .menu .option .link.active, .j-selector .scd-menu .option .link.active {
                    color: #fff;
                    background: #ac9455
                }

    .j-selector .scd-switch.unfolded {
        box-shadow: none
    }

    .j-selector .scd-sign {
        color: #8c8f94
    }

    .j-selector .scd-menu {
        position: static;
        border: none
    }

        .j-selector .scd-menu.unfolded {
            box-shadow: none
        }

        .j-selector .scd-menu .option .link {
            border-top: 1px solid #ac9455 !important
        }

    .j-selector .hidden-input {
        display: none
    }

.head-img {
    max-width: 17.24137%;
    margin-left: 50%;
    margin-bottom: 9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header {
    position: relative;
    margin-bottom: 20px
}

    .header .title {
        position: relative;
        z-index: 2;
        width: 68.96551%;
        margin: 0 auto;
        color: #ac9455;
        background: #fff;
        font-size: 1.7rem;
        text-align: center;
        text-transform: uppercase
    }

    .header .divider {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-color: #ac9455
    }

.text-content {
    margin-bottom: 30px;
    color: #343333;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 2
}

.hot-practices {
    margin-bottom: 20px;
    width: 100%
}

    .hot-practices .hot-practice {
        float: left;
        display: inline-block;
        width: 48.27586%;
        margin-bottom: 10px;
        padding-left: 8px;
        padding-right: 8px;
        border: 1px solid #ac9455
    }

        .hot-practices .hot-practice:nth-child(even) {
            margin-left: 3.44827%
        }

        .hot-practices .hot-practice .link {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 40px;
            line-height: 40px;
            text-align: center;
            text-transform: uppercase
        }

a:hover {
    color: #ac9455
}
