

.ri_banner {
    width: 100%;
}

    .ri_banner > img {
        width: 100%;
    }
.Headline50-bolid {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}

.Body20-light {
    font-size: 20px;
    line-height: 1.6;
}

.bgF4 {
    background-color: #F4EFEA;
}

.bgF9 {
    background-color: #F9F7F4;
}
.ri_column {
    color: #212121;
    padding: 10vh 8%;
}
    /*.ri_divider{border-bottom: 1px solid #e6e6e6;}*/
    .ri_column > h4 {
        font-size: 14px;
        font-weight: 700;
        margin: 40px 0 20px;
    }
    .ri_column h1 {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 0;
        color: #452C1E;
    }
    .ri_column h2 {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 20px;
        color: #452C1E;
    }
    .ri_column > p {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.2;
        color: #452C1E;
    }
    .ri_column > p:last-child {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
    }
    .ri_column .find {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.1;
        color: #452C1E;
    }
    .ri_column a {
        color: #127749;
        text-decoration:none;
    }
    .ri_column a:hover {
        color: #212121 !important;

    }
.ri_topContent {
    display: flex;
}
    .ri_topContent  >div {
        width:50%
    }
    .ri_topContent .content {
        width: 50%;
        font-size: 20px;
        line-height: 1.6;
    }
    .ri_list {
        width: 1020px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
.ri_rolex_watch, .ri_rolex_contact {
    padding-top: 0;
}
.ri_rolex_watch img, .ri_rolex_contact img {
    width: 100%
}
.explore {
    display:flex;
    justify-content:space-between;
}
    .explore .ri_divider {
        width:33%;
    }
.explore img{
    width:100%;
}
    .explore p {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
        color: #452C1E;
    }
    .explore p:last-child {
        font-size: 14px;

    }
.ri_item {
    width: 340px;
    padding: 0 0 30px;
    text-align: center;
    color: #212121;
    position: relative;
}

    .ri_item:hover:after {
        content: '';
        background-color: rgba(0,0,0,.03);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .ri_item > img {
        width: 100%;
    }

    .ri_item > div {
        padding: 0 5%;
    }

        .ri_item > div > h3 {
            font-size: 13px;
            font-weight: 700;
        }

        .ri_item > div > h4 {
            font-size: 14px;
            font-weight: 700;
        }

.ri_series {
    width: 1160px;
    margin: 120px auto 0;
    color: #212121;
}

    .ri_series > h3 {
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 30px;
    }

.ri_series_male {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

    .ri_series_male > a {
        width: calc(50% - 5px);
        display: block;
    }

        .ri_series_male > a:first-child {
            padding-right: 10px
        }

        .ri_series_male > a > img {
            width: 100%;
        }

        .ri_series_male > a > h4 {
            font-size: 18px;
            font-weight: 700;
            margin-top: 10px;
        }

.ri_series_gold {
    margin-top: 40px;
    display: block;
}

    .ri_series_gold > img {
        width: 100%;
    }

    .ri_series_gold > h4 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 10px;
    }

.ri_show {
    width: 50%;
    margin: 200px auto 0;
    text-align: center;
    color: #212121;
}

    .ri_show > img {
        width: 100%;
        margin-bottom: 50px;
    }

    .ri_show > h2 {
        font-size: 28px;
        font-weight: 400;
        letter-spacing: .05em;
        line-height: 1.2;
    }

    .ri_show > p {
        font-size: 14px;
        line-height: 1.5em;
        margin: 20px auto 30px;
        width: 66.66%;
    }

    .ri_show > a {
        border: 1px solid #127749;
        color: #127749;
        padding: 12px 24px;
        font-size: 14px;
        border-radius: 23px;
        transition: all .5s;
        display: inline-block;
        margin: 4px 0;
    }

        .ri_show > a:hover {
            background-color: #127749;
            color: #fff;
        }
